* [PATCH] rtl8187: Add device ID for HP wireless print kit usb dongle
@ 2007-10-04 4:04 Michael Wu
0 siblings, 0 replies; only message in thread
From: Michael Wu @ 2007-10-04 4:04 UTC (permalink / raw)
To: John Linville; +Cc: linux-wireless, Andrea Merello
From: Michael Wu <flamingice@sourmilk.net>
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>
---
drivers/net/wireless/rtl8187_dev.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/rtl8187_dev.c b/drivers/net/wireless/rtl8187_dev.c
index b0a92f5..0ef887d 100644
--- 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)},
{}
};
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-04 4:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-04 4:04 [PATCH] rtl8187: Add device ID for HP wireless print kit usb dongle Michael Wu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).