[<prev] [next>] [day] [month] [year] [list]
Message-ID: <48EFF858.2050007@enst-bretagne.fr>
Date: Sat, 11 Oct 2008 02:50:32 +0200
From: Florent Fourcot <florent.fourcot@...t-bretagne.fr>
To: larry.finger@...inger.net, linville@...driver.com
CC: linux-kernel@...r.kernel.org
Subject: [PATCH] rtl8187 : support of Belkin "F5D7050rev5000de"
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists