[PATCH] rtl8187 : support of Belkin "F5D7050rev5000de"

From: Florent Fourcot
Date: Fri Oct 10 2008 - 21:54:06 EST


Hi,
this Belkin product (id 050d:705e) use 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
+++ linux-2.6.27-modif/drivers/net/wireless/rtl8187_dev.c
@@ -33,6 +33,8 @@
static struct usb_device_id rtl8187_table[] __devinitdata = {
/* Asus */
{USB_DEVICE(0x0b05, 0x171d), .driver_info = DEVICE_RTL8187},
+ /* Belkin */
+ {USB_DEVICE(0x050d, 0x705e), .driver_info = DEVICE_RTL8187B},
/* Realtek */
{USB_DEVICE(0x0bda, 0x8187), .driver_info = DEVICE_RTL8187},
{USB_DEVICE(0x0bda, 0x8189), .driver_info = DEVICE_RTL8187B},


--
Florent Fourcot.
--
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/