* rtl8192cu: ISY IWL 2000 USB ID added
@ 2012-10-30 12:57 Albert Pool
2012-10-30 15:31 ` Larry Finger
0 siblings, 1 reply; 2+ messages in thread
From: Albert Pool @ 2012-10-30 12:57 UTC (permalink / raw)
Cc: linux-wireless
I can't get the device to connect to my wifi, but it at least detects networks with this patch.
Probably a clone of Belkin F7D1102 050d:1102. Its FCC ID is the same.
---
drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
index d228358..64a247b 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
@@ -297,6 +297,7 @@ static struct usb_device_id rtl8192c_usb_ids[] = {
/*=== Customer ID ===*/
/****** 8188CU ********/
{RTL_USB_DEVICE(0x050d, 0x1102, rtl92cu_hal_cfg)}, /*Belkin - Edimax*/
+ {RTL_USB_DEVICE(0x050d, 0x11f2, rtl92cu_hal_cfg)}, /*Belkin - ISY*/
{RTL_USB_DEVICE(0x06f8, 0xe033, rtl92cu_hal_cfg)}, /*Hercules - Edimax*/
{RTL_USB_DEVICE(0x07b8, 0x8188, rtl92cu_hal_cfg)}, /*Abocom - Abocom*/
{RTL_USB_DEVICE(0x07b8, 0x8189, rtl92cu_hal_cfg)}, /*Funai - Abocom*/
--
1.7.5.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: rtl8192cu: ISY IWL 2000 USB ID added
2012-10-30 12:57 rtl8192cu: ISY IWL 2000 USB ID added Albert Pool
@ 2012-10-30 15:31 ` Larry Finger
0 siblings, 0 replies; 2+ messages in thread
From: Larry Finger @ 2012-10-30 15:31 UTC (permalink / raw)
To: Albert Pool; +Cc: linux-wireless, John W Linville
On 10/30/2012 07:57 AM, Albert Pool wrote:
> I can't get the device to connect to my wifi, but it at least detects networks
> with this patch.
> Probably a clone of Belkin F7D1102 050d:1102. Its FCC ID is the same.
I prefer to see full operation before we add a new ID. I agree that having the
same FCC ID makes it seem that it is the same as the 050d:1102, I am bothered
that none of the Realtek drivers include this ID.
Before I ACK your patch, please download http://tinyurl.com/8by4obz, which is a
non-mac80211 driver for the RTL8192CU for 9/22/2011, and try it. I have patched
the Realtek version to build with kernels through 3.7 and to work with 64-bit
systems. Your USB ID is included in the table.
Larry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-30 15:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 12:57 rtl8192cu: ISY IWL 2000 USB ID added Albert Pool
2012-10-30 15:31 ` 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).