[PATCH] zd1211rw: Add ID for Siemens Gigaset USB Stick 54
authorDaniel Drake <dsd@gentoo.org>
Sat, 14 Jul 2007 00:40:54 +0000 (01:40 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 18 Jul 2007 01:56:18 +0000 (21:56 -0400)
Tested by David Santinoli
zd1211b chip 129b:1667 v4810 high 00-01-e3 AL2230S_RF pa0 ---N-

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/zd1211rw/zd_usb.c

index 12115e6..a9c339e 100644 (file)
@@ -73,6 +73,7 @@ static struct usb_device_id usb_ids[] = {
        { USB_DEVICE(0x0053, 0x5301), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x0411, 0x00da), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x2019, 0x5303), .driver_info = DEVICE_ZD1211B },
+       { USB_DEVICE(0x129b, 0x1667), .driver_info = DEVICE_ZD1211B },
        /* "Driverless" devices that need ejecting */
        { USB_DEVICE(0x0ace, 0x2011), .driver_info = DEVICE_INSTALLER },
        { USB_DEVICE(0x0ace, 0x20ff), .driver_info = DEVICE_INSTALLER },