[PATCH] rtl8187: Add device ID for HP wireless print kit usb dongle
authorMichael Wu <flamingice@sourmilk.net>
Thu, 4 Oct 2007 04:04:07 +0000 (00:04 -0400)
committerDavid 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

index b0a92f5..0ef887d 100644 (file)
@@ -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)},
        {}
 };