diff options
-rw-r--r-- | drivers/net/wireless/ath/ar9170/usb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ar9170/usb.c b/drivers/net/wireless/ath/ar9170/usb.c index 6b1cb706e410..0259bb46247d 100644 --- a/drivers/net/wireless/ath/ar9170/usb.c +++ b/drivers/net/wireless/ath/ar9170/usb.c | |||
@@ -66,18 +66,28 @@ static struct usb_device_id ar9170_usb_ids[] = { | |||
66 | { USB_DEVICE(0x0cf3, 0x1001) }, | 66 | { USB_DEVICE(0x0cf3, 0x1001) }, |
67 | /* TP-Link TL-WN821N v2 */ | 67 | /* TP-Link TL-WN821N v2 */ |
68 | { USB_DEVICE(0x0cf3, 0x1002) }, | 68 | { USB_DEVICE(0x0cf3, 0x1002) }, |
69 | /* 3Com Dual Band 802.11n USB Adapter */ | ||
70 | { USB_DEVICE(0x0cf3, 0x1010) }, | ||
71 | /* H3C Dual Band 802.11n USB Adapter */ | ||
72 | { USB_DEVICE(0x0cf3, 0x1011) }, | ||
69 | /* Cace Airpcap NX */ | 73 | /* Cace Airpcap NX */ |
70 | { USB_DEVICE(0xcace, 0x0300) }, | 74 | { USB_DEVICE(0xcace, 0x0300) }, |
71 | /* D-Link DWA 160 A1 */ | 75 | /* D-Link DWA 160 A1 */ |
72 | { USB_DEVICE(0x07d1, 0x3c10) }, | 76 | { USB_DEVICE(0x07d1, 0x3c10) }, |
73 | /* D-Link DWA 160 A2 */ | 77 | /* D-Link DWA 160 A2 */ |
74 | { USB_DEVICE(0x07d1, 0x3a09) }, | 78 | { USB_DEVICE(0x07d1, 0x3a09) }, |
79 | /* Netgear WNA1000 */ | ||
80 | { USB_DEVICE(0x0846, 0x9040) }, | ||
75 | /* Netgear WNDA3100 */ | 81 | /* Netgear WNDA3100 */ |
76 | { USB_DEVICE(0x0846, 0x9010) }, | 82 | { USB_DEVICE(0x0846, 0x9010) }, |
77 | /* Netgear WN111 v2 */ | 83 | /* Netgear WN111 v2 */ |
78 | { USB_DEVICE(0x0846, 0x9001) }, | 84 | { USB_DEVICE(0x0846, 0x9001) }, |
79 | /* Zydas ZD1221 */ | 85 | /* Zydas ZD1221 */ |
80 | { USB_DEVICE(0x0ace, 0x1221) }, | 86 | { USB_DEVICE(0x0ace, 0x1221) }, |
87 | /* Proxim ORiNOCO 802.11n USB */ | ||
88 | { USB_DEVICE(0x1435, 0x0804) }, | ||
89 | /* WNC Generic 11n USB Dongle */ | ||
90 | { USB_DEVICE(0x1435, 0x0326) }, | ||
81 | /* ZyXEL NWD271N */ | 91 | /* ZyXEL NWD271N */ |
82 | { USB_DEVICE(0x0586, 0x3417) }, | 92 | { USB_DEVICE(0x0586, 0x3417) }, |
83 | /* Z-Com UB81 BG */ | 93 | /* Z-Com UB81 BG */ |