* [PATCH] rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip
@ 2008-10-13 23:34 Larry Finger
0 siblings, 0 replies; only message in thread
From: Larry Finger @ 2008-10-13 23:34 UTC (permalink / raw)
To: John Linville, Florent Fourcot; +Cc: wireless
From: Florent Fourcot <florent.fourcot@enst-bretagne.fr>
The Belkin F5D7050rev5000de (id 050d:705e) has the Realtek RTL8187B chip
and works with the 2.6.27 driver.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
---
John,
This is 2.6.28 material.
Larry
---
Index: wireless-testing/drivers/net/wireless/rtl8187_dev.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/rtl8187_dev.c
+++ wireless-testing/drivers/net/wireless/rtl8187_dev.c
@@ -33,6 +33,8 @@ MODULE_LICENSE("GPL");
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},
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-13 23:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 23:34 [PATCH] rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chip Larry Finger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).