projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b53167
)
[PATCH] rtl8187: Add device ID for HP wireless print kit usb dongle
author
Michael Wu
<flamingice@sourmilk.net>
Thu, 4 Oct 2007 04:04:07 +0000
(
00:04
-0400)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:06 +0000
(16:55 -0700)
This adds the device ID for the HP wireless print kit usb dongle.
Thanks to Thierry Merle for the patch to the original rtl8187 driver.
Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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
b0a92f5
..
0ef887d
100644
(file)
--- a/
drivers/net/wireless/rtl8187_dev.c
+++ b/
drivers/net/wireless/rtl8187_dev.c
@@
-36,6
+36,8
@@
static struct usb_device_id rtl8187_table[] __devinitdata = {
/* Netgear */
{USB_DEVICE(0x0846, 0x6100)},
{USB_DEVICE(0x0846, 0x6a00)},
+ /* HP */
+ {USB_DEVICE(0x03f0, 0xca02)},
{}
};