projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10598c1
)
carl9170: usbid table updates
author
Christian Lamparter
<
[email protected]
>
Sat, 30 Oct 2010 17:46:37 +0000
(19:46 +0200)
committer
John W. Linville
<
[email protected]
>
Mon, 8 Nov 2010 21:53:46 +0000
(16:53 -0500)
This patch includes the following updates:
* add D-Link DWA-130 Rev D
* Netgear has three WNDA3100 versions.
the original WNDA3100 is now called WNDA3100v1.
Signed-off-by: Christian Lamparter <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/carl9170/usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/carl9170/usb.c
b/drivers/net/wireless/ath/carl9170/usb.c
index d8607f4c144d80741f26eb133323aff5cebe936c..3317039cd28fe5ae6b1e38ff0029bf345fd78d50 100644
(file)
--- a/
drivers/net/wireless/ath/carl9170/usb.c
+++ b/
drivers/net/wireless/ath/carl9170/usb.c
@@
-82,9
+82,11
@@
static struct usb_device_id carl9170_usb_ids[] = {
{ USB_DEVICE(0x07d1, 0x3c10) },
/* D-Link DWA 160 A2 */
{ USB_DEVICE(0x07d1, 0x3a09) },
+ /* D-Link DWA 130 D */
+ { USB_DEVICE(0x07d1, 0x3a0f) },
/* Netgear WNA1000 */
{ USB_DEVICE(0x0846, 0x9040) },
- /* Netgear WNDA3100 */
+ /* Netgear WNDA3100
(v1)
*/
{ USB_DEVICE(0x0846, 0x9010) },
/* Netgear WN111 v2 */
{ USB_DEVICE(0x0846, 0x9001), .driver_info = CARL9170_ONE_LED },