pcmcia-cs: cleaned pcmcia config file - close bug #364
authorMarcin Juszkiewicz <hrw@openembedded.org>
Tue, 18 Oct 2005 10:54:49 +0000 (10:54 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 18 Oct 2005 10:54:49 +0000 (10:54 +0000)
I compared pcmcia-cs 3.2.8 config with orinoco-modules and hostap-modules
config files and tried to clean pcmcia-cs/config - currently removed ALL cards
mapped to "orinoco_cs" which are defined also in hostap_cs.conf file.
Patch was reviewed and approved by Mickeyl

packages/pcmcia-cs/pcmcia-cs-3.2.8/no-hostap-cards.patch [new file with mode: 0644]
packages/pcmcia-cs/pcmcia-cs_3.2.8.bb

diff --git a/packages/pcmcia-cs/pcmcia-cs-3.2.8/no-hostap-cards.patch b/packages/pcmcia-cs/pcmcia-cs-3.2.8/no-hostap-cards.patch
new file mode 100644 (file)
index 0000000..1c1dd54
--- /dev/null
@@ -0,0 +1,124 @@
+--- pcmcia-cs/etc/config.orig  2004-07-16 18:38:25.000000000 +0200
++++ pcmcia-cs/etc/config       2005-10-03 13:02:49.000000000 +0200
+@@ -1151,10 +1151,6 @@
+ #
+ # Wireless network adapters
+ #
+-card "Intersil PRISM2 11 Mbps Wireless Adapter"
+-  manfid 0x0156, 0x0002
+-  bind "orinoco_cs"
+-
+ card "350 Series Wireless LAN Adapter"
+   manfid 0x015f, 0x000a
+   bind "airo_cs"
+@@ -1180,25 +1176,11 @@
+   manfid 0x015f, 0x0007
+   bind "airo_cs"
+-card "Airvast WN-100"
+-  #version "WLAN", "PRISM PCMCIA CARD"
+-  manfid 0x50c2, 0x7300
+-  bind "orinoco_cs"
+-
+-card "AirWay 802.11 Adapter (PCMCIA)"
+-  #version "AirWay", "802.11 Adapter (PCMCIA)"
+-  manfid 0x0261, 0x0002
+-  bind "orinoco_cs"
+-
+ card "ARtem Onair Version 1.0"
+   #version "ARtem", "Onair", "Version 1.0"
+   manfid 0x0268, 0x0001
+   bind "orinoco_cs"
+-card "ASUS SpaceLink WL-100"
+-  manfid 0x02aa, 0x0002
+-  bind "orinoco_cs"
+-
+ card "AT&T WaveLAN Adapter"
+   version "AT&T", "WaveLAN/PCMCIA"
+   bind "wavelan_cs"
+@@ -1215,18 +1197,6 @@
+   version "Cabletron", "RoamAbout 802.11 DS"
+   bind "orinoco_cs"
+-card "Compaq WL100 11 Mbps Wireless Adapter"
+-  manfid 0x0138, 0x0002
+-  bind "orinoco_cs"
+-
+-card "Compaq HNW-100 11 Mbps Wireless Adapter"
+-  manfid 0x028a, 0x0002
+-  bind "orinoco_cs"
+-
+-card "Conceptronic CON11Cpro"
+-  manfid 0xc250, 0x0002
+-  bind "orinoco_cs"
+-
+ card "Corega PCC-11" 
+   version "corega K.K.", "Wireless LAN PCC-11"
+   bind "orinoco_cs"
+@@ -1247,10 +1217,6 @@
+   version "D", "Link DRC-650 11Mbps WLAN Card"
+   bind "orinoco_cs"
+-card "D-Link DCF660"
+-  manfid 0xd601, 0x0005
+-  bind "orinoco_cs"
+-
+ card "ELSA AirLancer MC-11"
+   version "ELSA", "AirLancer MC-11"
+   bind "orinoco_cs"
+@@ -1275,14 +1241,6 @@
+   version "Instant Wireless ", " Network PC CARD", "Version 01.02"
+   bind "orinoco_cs"
+-card "Linksys WPC11 11Mbps 802.11b WLAN Card"
+-  manfid 0x0274, 0x1613
+-  bind "orinoco_cs"
+-
+-card "Linksys WCF12 Wireless CompactFlash Card"
+-  manfid 0x028a, 0x0673
+-  bind "orinoco_cs"
+-
+ card "Lucent Technologies WaveLAN/IEEE Adapter"
+   version "Lucent Technologies", "WaveLAN/IEEE"
+   bind "orinoco_cs"
+@@ -1343,27 +1301,10 @@
+   manfid 0x01a6, 0x0000
+   bind "ray_cs"
+-card "Safeway 802.11b Wireless Adapter"
+-  manfid 0xd601, 0x0002
+-  bind "orinoco_cs"
+-
+ card "SAMSUNG 11Mbps WLAN Card"
+   version "SAMSUNG", "11Mbps WLAN Card"
+   bind "orinoco_cs"
+-card "Sandisk Connect SDWCFB-000"
+-  manfid 0xd601, 0x0005
+-  bind "orinoco_cs"
+-
+-card "Sohoware NCP110"
+-  manfid 0x000b,0x7300
+-  bind "orinoco_cs"
+-
+-card "SpeedStream SS1021 Wireless Adapter"
+-  #version "Siemens", "SpeedStream Wireless PCMCIA"
+-  manfid 0x02ac, 0x0002
+-  bind "orinoco_cs"
+-
+ card "Xircom CreditCard Netwave"
+   version "Xircom", "CreditCard Netwave"
+   bind "netwave_cs"
+@@ -1372,11 +1313,6 @@
+   manfid 0x0105, 0x0007
+   bind "airo_cs"
+-card "ZCOMAX AirRunner/XI-300"
+-  #version "ZCOMAX", "AirRunner/XI-300"
+-  manfid 0xd601, 0x0002
+-  bind "orinoco_cs"
+-
+ #
+ # Modems and other serial devices
+ #
index dadf830..fa685f8 100644 (file)
@@ -3,7 +3,7 @@ SECTION = "base"
 PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "virtual/kernel"
-PR = "r21"
+PR = "r22"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
           file://busybox.patch;patch=1 \
@@ -11,6 +11,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/pcmcia-cs/pcmcia-cs-${PV}.tar.gz \
           file://pcic-extra.patch;patch=1 \
           file://automount.patch;patch=1 \
           file://ratoc-cfu1u.patch;patch=1 \
+          file://no-hostap-cards.patch;patch=1 \
           file://pcmcia \
           file://ide.opts \
           file://wireless.opts \