Skip to content

Commit

Permalink
rtl8187: Add USB ID for Sitecom WL-168 v1 001
Browse files Browse the repository at this point in the history
Thanks to Matthias Mueller for reporting this device.

Signed-off-by: Michael Wu <flamingice@sourmilk.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Matthias Mueller authored and John W. Linville committed Dec 20, 2007
1 parent 82d29bf commit 9934550
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/rtl8187_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)},
{}
};

Expand Down

0 comments on commit 9934550

Please sign in to comment.