aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2010-04-13 12:10:26 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-04-14 14:59:54 -0400
commit94d0bbe849190255b93fede8eb46809a38f9b8bf (patch)
tree88434935d65e7ea5db5a66badf6e6dead62b7d66 /drivers/net
parentafa5ec27f4d69952d4ae11f182258bf53d85fcf5 (diff)
ar9170usb: add a couple more USB IDs
This patch adds the following 5 entries to the usbid device table: * Netgear WNA1000 * Proxim ORiNOCO Dual Band 802.11n USB Adapter * 3Com Dual Band 802.11n USB Adapter * H3C Dual Band 802.11n USB Adapter * WNC Generic 11n USB dongle CC: <stable@kernel.org> Signed-off-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ar9170/usb.c10
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 */