]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Add US-Robotics USR805423 USB-ID to ZD1211 driver
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 16 Jun 2008 18:32:47 +0000 (20:32 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 16 Jun 2008 18:32:47 +0000 (20:32 +0200)
lfs/linux
src/patches/linux-2.6.20.21-zd1211-usrobotics-usbid.patch [new file with mode: 0644]

index e569666571a6136708deafd16017b7c3cc15ca2c..cbaae36c5a73fbd8666192d8382f9d39735672ab 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -109,6 +109,9 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Temperatursensoren von Intel Core & Core 2 Prozessoren
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.20-hwmon-coretemp.patch
 
+       # Add USB ID of US-Robotics USR805423 to ZD1211 driver
+       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.20.21-zd1211-usrobotics-usbid.patch
+
        # Openswan 2
        cd $(DIR_SRC) && rm -rf openswan-*
        cd $(DIR_SRC) && tar xfz $(DIR_DL)/openswan-2.4.12.tar.gz
diff --git a/src/patches/linux-2.6.20.21-zd1211-usrobotics-usbid.patch b/src/patches/linux-2.6.20.21-zd1211-usrobotics-usbid.patch
new file mode 100644 (file)
index 0000000..ae65fc2
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Naur linux-2.6.20.21.org/drivers/net/wireless/zd1211rw/zd_usb.c linux-2.6.20.21/drivers/net/wireless/zd1211rw/zd_usb.c
+--- linux-2.6.20.21.org/drivers/net/wireless/zd1211rw/zd_usb.c 2007-10-17 21:31:14.000000000 +0200
++++ linux-2.6.20.21/drivers/net/wireless/zd1211rw/zd_usb.c     2008-06-16 19:31:03.000000000 +0200
+@@ -54,6 +54,7 @@
+       { USB_DEVICE(0x14ea, 0xab13), .driver_info = DEVICE_ZD1211 },
+       /* ZD1211B */
+       { USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
++      { USB_DEVICE(0x0baf, 0x0121), .driver_info = DEVICE_ZD1211B },
+       { USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },
+       { USB_DEVICE(0x079b, 0x0062), .driver_info = DEVICE_ZD1211B },
+       { USB_DEVICE(0x1582, 0x6003), .driver_info = DEVICE_ZD1211B },