]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] zd1211rw: Add ID for Asus WL-159g
authorDaniel Drake <dsd@gentoo.org>
Tue, 29 Aug 2006 22:49:53 +0000 (23:49 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 Sep 2006 23:34:01 +0000 (19:34 -0400)
Tested by Vincent TOUCHARD

zd1211 chip 0b05:170c v4802 high 00-11-d8 AL2230_RF pa0 g---

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 f617fbc613ebf2d9bb42debdbe33e17c63c4a302..31027e52b04b1f17b27f17c1272a0c1c7ee105ba 100644 (file)
@@ -45,6 +45,7 @@ static struct usb_device_id usb_ids[] = {
        { USB_DEVICE(0x157e, 0x3204), .driver_info = DEVICE_ZD1211 },
        { USB_DEVICE(0x0586, 0x3402), .driver_info = DEVICE_ZD1211 },
        { USB_DEVICE(0x0b3b, 0x5630), .driver_info = DEVICE_ZD1211 },
+       { USB_DEVICE(0x0b05, 0x170c), .driver_info = DEVICE_ZD1211 },
        /* ZD1211B */
        { USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
        { USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },