Commit 9934550d authored by Matthias Mueller's avatar Matthias Mueller Committed by John W. Linville

rtl8187: Add USB ID for Sitecom WL-168 v1 001

Thanks to Matthias Mueller for reporting this device.
Signed-off-by: default avatarMichael Wu <flamingice@sourmilk.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 82d29bf6
...@@ -38,6 +38,8 @@ static struct usb_device_id rtl8187_table[] __devinitdata = { ...@@ -38,6 +38,8 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
{USB_DEVICE(0x0846, 0x6a00)}, {USB_DEVICE(0x0846, 0x6a00)},
/* HP */ /* HP */
{USB_DEVICE(0x03f0, 0xca02)}, {USB_DEVICE(0x03f0, 0xca02)},
/* Sitecom */
{USB_DEVICE(0x0df6, 0x000d)},
{} {}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment