[PATCH] rtl8187 : support for Sitecom WL-168 0001 v4

From: Bob Jolliffe
Date: Wed Nov 12 2008 - 15:17:18 EST


Hi,
the Sitecom 0001 v4 with product id 0x0df6:0028, uses Realtek's
RTL8187B and work fine
with new 2.6.27 driver. Please consider to add support of this card.

*** linux-2.6.27/drivers/net/wireless/rtl8187_dev.c 2008-10-09
23:13:53.000000000 +0100
--- linux-source-2.6.27/drivers/net/wireless/rtl8187_dev.c 2008-11-12
14:39:18.000000000 +0000
***************
*** 45,50 ****
--- 45,51 ----
{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},
{}
};


--
Bob Jolliffe
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/