usb.c (a61944c251c3e68c4bbf6eb96ff61c7b286351c5) | usb.c (06a86ddbf557cb8a0f7ded54e872e9d456002d52) |
---|---|
1/* 2 * Atheros CARL9170 driver 3 * 4 * USB - frontend 5 * 6 * Copyright 2008, Johannes Berg <johannes@sipsolutions.net> 7 * Copyright 2009, 2010, Christian Lamparter <chunkeey@googlemail.com> 8 * --- 98 unchanged lines hidden (view full) --- 107 /* Arcadyan WN7512 */ 108 { USB_DEVICE(0x083a, 0xf522) }, 109 /* Planex GWUS300 */ 110 { USB_DEVICE(0x2019, 0x5304) }, 111 /* IO-Data WNGDNUS2 */ 112 { USB_DEVICE(0x04bb, 0x093f) }, 113 /* NEC WL300NU-G */ 114 { USB_DEVICE(0x0409, 0x0249) }, | 1/* 2 * Atheros CARL9170 driver 3 * 4 * USB - frontend 5 * 6 * Copyright 2008, Johannes Berg <johannes@sipsolutions.net> 7 * Copyright 2009, 2010, Christian Lamparter <chunkeey@googlemail.com> 8 * --- 98 unchanged lines hidden (view full) --- 107 /* Arcadyan WN7512 */ 108 { USB_DEVICE(0x083a, 0xf522) }, 109 /* Planex GWUS300 */ 110 { USB_DEVICE(0x2019, 0x5304) }, 111 /* IO-Data WNGDNUS2 */ 112 { USB_DEVICE(0x04bb, 0x093f) }, 113 /* NEC WL300NU-G */ 114 { USB_DEVICE(0x0409, 0x0249) }, |
115 /* NEC WL300NU-AG */ 116 { USB_DEVICE(0x0409, 0x02b4) }, |
|
115 /* AVM FRITZ!WLAN USB Stick N */ 116 { USB_DEVICE(0x057c, 0x8401) }, 117 /* AVM FRITZ!WLAN USB Stick N 2.4 */ 118 { USB_DEVICE(0x057c, 0x8402) }, 119 /* Qwest/Actiontec 802AIN Wireless N USB Network Adapter */ 120 { USB_DEVICE(0x1668, 0x1200) }, 121 /* Airlive X.USB a/b/g/n */ 122 { USB_DEVICE(0x1b75, 0x9170) }, --- 1051 unchanged lines hidden --- | 117 /* AVM FRITZ!WLAN USB Stick N */ 118 { USB_DEVICE(0x057c, 0x8401) }, 119 /* AVM FRITZ!WLAN USB Stick N 2.4 */ 120 { USB_DEVICE(0x057c, 0x8402) }, 121 /* Qwest/Actiontec 802AIN Wireless N USB Network Adapter */ 122 { USB_DEVICE(0x1668, 0x1200) }, 123 /* Airlive X.USB a/b/g/n */ 124 { USB_DEVICE(0x1b75, 0x9170) }, --- 1051 unchanged lines hidden --- |