]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
rtl8187 : support for Sitecom WL-168 0001 v4
authorBob Jolliffe <bobjolliffe@gmail.com>
Wed, 12 Nov 2008 20:16:59 +0000 (20:16 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 20 Nov 2008 22:54:46 +0000 (14:54 -0800)
commit f3c769185a28b7947d97b3552a977102c1fac3f2 upstream.

the Sitecom 0001 v4 with product id 0x0df6:0028, uses Realtek's
RTL8187B and work fine with new 2.6.27 driver.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/wireless/rtl8187_dev.c

index 1f3f9d030eb928e1d17e629ccdb259da310160c4..0cebbc48f27332defc74178cb2f6fb3cc61e70b2 100644 (file)
@@ -45,6 +45,7 @@ static struct usb_device_id rtl8187_table[] __devinitdata = {
        {USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187},
        /* Sitecom */
        {USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187},
+       {USB_DEVICE(0x0df6, 0x0028), .driver_info = DEVICE_RTL8187B},
        /* Abocom */
        {USB_DEVICE(0x13d1, 0xabe6), .driver_info = DEVICE_RTL8187},
        {}