Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

rtl8187 : support for Sitecom WL-168 0001 v4

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>

authored by

Bob Jolliffe and committed by
John W. Linville
f3c76918 db7fb86b

+1
+1
drivers/net/wireless/rtl8187_dev.c
··· 48 48 {USB_DEVICE(0x03f0, 0xca02), .driver_info = DEVICE_RTL8187}, 49 49 /* Sitecom */ 50 50 {USB_DEVICE(0x0df6, 0x000d), .driver_info = DEVICE_RTL8187}, 51 + {USB_DEVICE(0x0df6, 0x0028), .driver_info = DEVICE_RTL8187B}, 51 52 /* Abocom */ 52 53 {USB_DEVICE(0x13d1, 0xabe6), .driver_info = DEVICE_RTL8187}, 53 54 {}