2012-10-30 12:57:14

by Albert Pool

[permalink] [raw]
Subject: rtl8192cu: ISY IWL 2000 USB ID added

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



2012-10-30 15:31:30

by Larry Finger

[permalink] [raw]
Subject: Re: rtl8192cu: ISY IWL 2000 USB ID added

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