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:
82d29bf
)
rtl8187: Add USB ID for Sitecom WL-168 v1 001
author
Matthias Mueller
<
[email protected]
>
Sun, 2 Dec 2007 22:17:51 +0000
(17:17 -0500)
committer
John W. Linville
<
[email protected]
>
Thu, 20 Dec 2007 02:30:13 +0000
(21:30 -0500)
Thanks to Matthias Mueller for reporting this device.
Signed-off-by: Michael Wu <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/rtl8187_dev.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/rtl8187_dev.c
b/drivers/net/wireless/rtl8187_dev.c
index e454ae83e97a369aceaf9fdfe0c7dbe2f38df8dc..bd1ab3b3afc0d6fe505ee94bd216a31ea073f225 100644
(file)
--- a/
drivers/net/wireless/rtl8187_dev.c
+++ b/
drivers/net/wireless/rtl8187_dev.c
@@
-38,6
+38,8
@@
static struct usb_device_id rtl8187_table[] __devinitdata = {
{USB_DEVICE(0x0846, 0x6a00)},
/* HP */
{USB_DEVICE(0x03f0, 0xca02)},
+ /* Sitecom */
+ {USB_DEVICE(0x0df6, 0x000d)},
{}
};