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:
01449c5
)
[ZD1211RD]: add USB id for Telegent TG54USB WLAN adapter
author
Ulrich Kunitz
<
[email protected]
>
Sat, 1 Sep 2007 21:40:32 +0000
(22:40 +0100)
committer
David S. Miller
<
[email protected]
>
Wed, 10 Oct 2007 23:52:18 +0000
(16:52 -0700)
Reinhard Speyerer reported at 2007-08-10 a new device.
Here are the information strings.
Product: Telegent TG54USB WLAN Adapter
USB ID: 129b:1666
Chip ID: zd1211 chip 129b:1666 v4330 high 00-01-36 RF2959_RF pa0 -----
FCC ID: N89-UW620Z
Signed-off-by: Ulrich Kunitz <
[email protected]
>
Signed-off-by: Daniel Drake <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/wireless/zd1211rw/zd_usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/zd1211rw/zd_usb.c
b/drivers/net/wireless/zd1211rw/zd_usb.c
index e49628b7d4cecaf3250a877276119489669bcb8e..895ff84418747fdc8d72b2494e069db0a6c748ff 100644
(file)
--- a/
drivers/net/wireless/zd1211rw/zd_usb.c
+++ b/
drivers/net/wireless/zd1211rw/zd_usb.c
@@
-55,6
+55,7
@@
static struct usb_device_id usb_ids[] = {
{ USB_DEVICE(0x14ea, 0xab13), .driver_info = DEVICE_ZD1211 },
{ USB_DEVICE(0x13b1, 0x001e), .driver_info = DEVICE_ZD1211 },
{ USB_DEVICE(0x0586, 0x3407), .driver_info = DEVICE_ZD1211 },
+ { USB_DEVICE(0x129b, 0x1666), .driver_info = DEVICE_ZD1211 },
/* ZD1211B */
{ USB_DEVICE(0x0ace, 0x1215), .driver_info = DEVICE_ZD1211B },
{ USB_DEVICE(0x157e, 0x300d), .driver_info = DEVICE_ZD1211B },