* rtlwifi: rtl8192cu: Add new USB ID
@ 2012-10-30 19:58 Albert Pool
2012-10-30 20:45 ` Ben Hutchings
0 siblings, 1 reply; 8+ messages in thread
From: Albert Pool @ 2012-10-30 19:58 UTC (permalink / raw)
To: Larry Finger; +Cc: stable, linux-wireless
This is an ISY IWL 2000. Probably a clone of Belkin F7D1102 050d:1102.
Its FCC ID is the same.
Signed-off-by: Albert Pool <albertpool@solcon.nl>
---
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] 8+ messages in thread
* Re: rtlwifi: rtl8192cu: Add new USB ID
2012-10-30 19:58 Albert Pool
@ 2012-10-30 20:45 ` Ben Hutchings
2012-10-30 21:10 ` Christian Lamparter
0 siblings, 1 reply; 8+ messages in thread
From: Ben Hutchings @ 2012-10-30 20:45 UTC (permalink / raw)
To: Albert Pool; +Cc: Larry Finger, stable, linux-wireless
[-- Attachment #1: Type: text/plain, Size: 420 bytes --]
On Tue, 2012-10-30 at 20:58 +0100, Albert Pool wrote:
> This is an ISY IWL 2000. Probably a clone of Belkin F7D1102 050d:1102.
> Its FCC ID is the same.
>
> Signed-off-by: Albert Pool <albertpool@solcon.nl>
[...]
This is not the correct way to submit a change to stable. See
Documentation/stable_kernel_rules.txt
Ben.
--
Ben Hutchings
Humans are not rational beings; they are rationalising beings.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rtlwifi: rtl8192cu: Add new USB ID
2012-10-30 20:45 ` Ben Hutchings
@ 2012-10-30 21:10 ` Christian Lamparter
2012-10-30 21:29 ` Larry Finger
0 siblings, 1 reply; 8+ messages in thread
From: Christian Lamparter @ 2012-10-30 21:10 UTC (permalink / raw)
To: Ben Hutchings; +Cc: Albert Pool, Larry Finger, stable, linux-wireless
On Tuesday, October 30, 2012 09:45:25 PM Ben Hutchings wrote:
> On Tue, 2012-10-30 at 20:58 +0100, Albert Pool wrote:
> > This is an ISY IWL 2000. Probably a clone of Belkin F7D1102 050d:1102.
> > Its FCC ID is the same.
> >
> > Signed-off-by: Albert Pool <albertpool@solcon.nl>
> [...]
>
> This is not the correct way to submit a change to stable. See
> Documentation/stable_kernel_rules.txt
>
Well, here's a quote from the author in the original post:
"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."
<http://www.spinics.net/lists/linux-wireless/msg98340.html>
Unless this device is working now, I wouldn't recommend a Cc: stable.
Regards,
Chr
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rtlwifi: rtl8192cu: Add new USB ID
2012-10-30 21:10 ` Christian Lamparter
@ 2012-10-30 21:29 ` Larry Finger
2012-10-30 21:56 ` Christian Lamparter
0 siblings, 1 reply; 8+ messages in thread
From: Larry Finger @ 2012-10-30 21:29 UTC (permalink / raw)
To: Christian Lamparter; +Cc: Ben Hutchings, Albert Pool, stable, linux-wireless
On 10/30/2012 04:10 PM, Christian Lamparter wrote:
> On Tuesday, October 30, 2012 09:45:25 PM Ben Hutchings wrote:
>> On Tue, 2012-10-30 at 20:58 +0100, Albert Pool wrote:
>>> This is an ISY IWL 2000. Probably a clone of Belkin F7D1102 050d:1102.
>>> Its FCC ID is the same.
>>>
>>> Signed-off-by: Albert Pool <albertpool@solcon.nl>
>> [...]
>>
>> This is not the correct way to submit a change to stable. See
>> Documentation/stable_kernel_rules.txt
>>
> Well, here's a quote from the author in the original post:
> "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."
>
> <http://www.spinics.net/lists/linux-wireless/msg98340.html>
>
> Unless this device is working now, I wouldn't recommend a Cc: stable.
I got a private message from the OP that his AP was having a problem. He was
able to connect using the vendor driver, thus I have confidence that rtl8192cu
is the correct driver for the device.
Larry
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rtlwifi: rtl8192cu: Add new USB ID
2012-10-30 21:29 ` Larry Finger
@ 2012-10-30 21:56 ` Christian Lamparter
2012-10-31 3:24 ` Larry Finger
0 siblings, 1 reply; 8+ messages in thread
From: Christian Lamparter @ 2012-10-30 21:56 UTC (permalink / raw)
To: Larry Finger; +Cc: Ben Hutchings, Albert Pool, stable, linux-wireless, linville
On Tuesday, October 30, 2012 10:29:47 PM Larry Finger wrote:
> On 10/30/2012 04:10 PM, Christian Lamparter wrote:
> > On Tuesday, October 30, 2012 09:45:25 PM Ben Hutchings wrote:
> >> On Tue, 2012-10-30 at 20:58 +0100, Albert Pool wrote:
> >>> This is an ISY IWL 2000. Probably a clone of Belkin F7D1102 050d:1102.
> >>> Its FCC ID is the same.
> >>>
> >>> Signed-off-by: Albert Pool <albertpool@solcon.nl>
> >> [...]
> >>
> >> This is not the correct way to submit a change to stable. See
> >> Documentation/stable_kernel_rules.txt
> >>
> > Well, here's a quote from the author in the original post:
> > "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."
> >
> > <http://www.spinics.net/lists/linux-wireless/msg98340.html>
> >
> > Unless this device is working now, I wouldn't recommend a Cc: stable.
>
> I got a private message from the OP that his AP was having a problem. He was
> able to connect using the vendor driver, thus I have confidence that rtl8192cu
> is the correct driver for the device.
ok, I've included John in the Cc.
John, can you please include this patch in your next 3.7 round?
<https://patchwork.kernel.org/patch/1673541/>
along with this tag:
Cc: stable@vger.kernel.org
[And maybe Larry can throw in his official ACK as well ;)]
Regards,
Chr
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: rtlwifi: rtl8192cu: Add new USB ID
2012-10-30 21:56 ` Christian Lamparter
@ 2012-10-31 3:24 ` Larry Finger
0 siblings, 0 replies; 8+ messages in thread
From: Larry Finger @ 2012-10-31 3:24 UTC (permalink / raw)
To: Christian Lamparter
Cc: Ben Hutchings, Albert Pool, stable, linux-wireless, linville
On 10/30/2012 04:56 PM, Christian Lamparter wrote:
> On Tuesday, October 30, 2012 10:29:47 PM Larry Finger wrote:
>> On 10/30/2012 04:10 PM, Christian Lamparter wrote:
>>> On Tuesday, October 30, 2012 09:45:25 PM Ben Hutchings wrote:
>>>> On Tue, 2012-10-30 at 20:58 +0100, Albert Pool wrote:
>>>>> This is an ISY IWL 2000. Probably a clone of Belkin F7D1102 050d:1102.
>>>>> Its FCC ID is the same.
>>>>>
>>>>> Signed-off-by: Albert Pool <albertpool@solcon.nl>
>>>> [...]
>>>>
>>>> This is not the correct way to submit a change to stable. See
>>>> Documentation/stable_kernel_rules.txt
>>>>
>>> Well, here's a quote from the author in the original post:
>>> "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."
>>>
>>> <http://www.spinics.net/lists/linux-wireless/msg98340.html>
>>>
>>> Unless this device is working now, I wouldn't recommend a Cc: stable.
>>
>> I got a private message from the OP that his AP was having a problem. He was
>> able to connect using the vendor driver, thus I have confidence that rtl8192cu
>> is the correct driver for the device.
> ok, I've included John in the Cc.
>
> John, can you please include this patch in your next 3.7 round?
> <https://patchwork.kernel.org/patch/1673541/>
>
> along with this tag:
>
> Cc: stable@vger.kernel.org
>
> [And maybe Larry can throw in his official ACK as well ;)]
Indeed. ACKed-by: Larry Finger <Larry.Finger@lwfinger.net>
Larry
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] rtlwifi: rtl8192cu: Add new USB ID
@ 2015-03-23 23:14 Larry Finger
2015-03-30 8:38 ` Kalle Valo
0 siblings, 1 reply; 8+ messages in thread
From: Larry Finger @ 2015-03-23 23:14 UTC (permalink / raw)
To: kvalo; +Cc: linux-wireless, Larry Finger, Stable
USB ID 2001:330d is used for a D-Link DWA-131.
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
---
drivers/net/wireless/rtlwifi/rtl8192cu/sw.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
index 90a714c..6fde250 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
+++ b/drivers/net/wireless/rtlwifi/rtl8192cu/sw.c
@@ -377,6 +377,7 @@ static struct usb_device_id rtl8192c_usb_ids[] = {
{RTL_USB_DEVICE(0x2001, 0x3307, rtl92cu_hal_cfg)}, /*D-Link-Cameo*/
{RTL_USB_DEVICE(0x2001, 0x3309, rtl92cu_hal_cfg)}, /*D-Link-Alpha*/
{RTL_USB_DEVICE(0x2001, 0x330a, rtl92cu_hal_cfg)}, /*D-Link-Alpha*/
+ {RTL_USB_DEVICE(0x2001, 0x330d, rtl92cu_hal_cfg)}, /*D-Link DWA-131 */
{RTL_USB_DEVICE(0x2019, 0xab2b, rtl92cu_hal_cfg)}, /*Planex -Abocom*/
{RTL_USB_DEVICE(0x20f4, 0x624d, rtl92cu_hal_cfg)}, /*TRENDNet*/
{RTL_USB_DEVICE(0x2357, 0x0100, rtl92cu_hal_cfg)}, /*TP-Link WN8200ND*/
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: rtlwifi: rtl8192cu: Add new USB ID
2015-03-23 23:14 [PATCH] rtlwifi: rtl8192cu: Add new USB ID Larry Finger
@ 2015-03-30 8:38 ` Kalle Valo
0 siblings, 0 replies; 8+ messages in thread
From: Kalle Valo @ 2015-03-30 8:38 UTC (permalink / raw)
To: Larry Finger; +Cc: linux-wireless, Larry Finger, Stable
> USB ID 2001:330d is used for a D-Link DWA-131.
>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Stable <stable@vger.kernel.org>
Thanks, applied to wireless-drivers-next.git.
Kalle Valo
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-03-30 8:38 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-23 23:14 [PATCH] rtlwifi: rtl8192cu: Add new USB ID Larry Finger
2015-03-30 8:38 ` Kalle Valo
-- strict thread matches above, loose matches on Subject: below --
2012-10-30 19:58 Albert Pool
2012-10-30 20:45 ` Ben Hutchings
2012-10-30 21:10 ` Christian Lamparter
2012-10-30 21:29 ` Larry Finger
2012-10-30 21:56 ` Christian Lamparter
2012-10-31 3:24 ` 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).