mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] rtl8187 : support of Belkin "F5D7050rev5000de"
@ 2008-10-11  0:50 Florent Fourcot
  0 siblings, 0 replies; only message in thread
From: Florent Fourcot @ 2008-10-11  0:50 UTC (permalink / raw)
  To: larry.finger, linville; +Cc: linux-kernel

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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-11  1:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-11  0:50 [PATCH] rtl8187 : support of Belkin "F5D7050rev5000de" Florent Fourcot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®