diff options
author | Christian Lamparter <chunkeey@web.de> | 2009-04-17 08:52:23 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-04-17 15:27:14 -0400 |
commit | 957b0516f7881284b48f2f2e4a909a1c5de0ddf8 (patch) | |
tree | 4c63851d6adc340032877cf7b7a154f476a1d424 /drivers/net/wireless/ar9170 | |
parent | 60375541f7c8a577b977d344565259776c3acfc1 (diff) |
ar9170usb: add ZyXEL NWD271N
Signed-off-by: Christian Lamparter <chunkeey@web.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ar9170')
-rw-r--r-- | drivers/net/wireless/ar9170/usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ar9170/usb.c b/drivers/net/wireless/ar9170/usb.c index 43e8d8de9a5c..c9e422ead925 100644 --- a/drivers/net/wireless/ar9170/usb.c +++ b/drivers/net/wireless/ar9170/usb.c | |||
@@ -69,6 +69,8 @@ static struct usb_device_id ar9170_usb_ids[] = { | |||
69 | { USB_DEVICE(0x0846, 0x9001) }, | 69 | { USB_DEVICE(0x0846, 0x9001) }, |
70 | /* Zydas ZD1221 */ | 70 | /* Zydas ZD1221 */ |
71 | { USB_DEVICE(0x0ace, 0x1221) }, | 71 | { USB_DEVICE(0x0ace, 0x1221) }, |
72 | /* ZyXEL NWD271N */ | ||
73 | { USB_DEVICE(0x0586, 0x3417) }, | ||
72 | /* Z-Com UB81 BG */ | 74 | /* Z-Com UB81 BG */ |
73 | { USB_DEVICE(0x0cde, 0x0023) }, | 75 | { USB_DEVICE(0x0cde, 0x0023) }, |
74 | /* Z-Com UB82 ABG */ | 76 | /* Z-Com UB82 ABG */ |