linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt2800usb: Move ID out of unknown
@ 2011-12-27 16:56 Larry Finger
  2011-12-27 17:31 ` Gertjan van Wingerde
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2011-12-27 16:56 UTC (permalink / raw)
  To: John W Linville; +Cc: users, helmut.schaa, gwingerde, IvDoorn, linux-wireless

Testing on the openSUSE wireless forum has shown that a Linksys
WUSB54GC v3 with USB ID 1737:0077 works with rt2800usb when the ID is
written to /sys/.../new_id. This ID can therefore be moved out of UNKNOWN.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
---
Index: wireless-testing-new/drivers/net/wireless/rt2x00/rt2800usb.c
===================================================================
--- wireless-testing-new.orig/drivers/net/wireless/rt2x00/rt2800usb.c
+++ wireless-testing-new/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1053,6 +1053,8 @@ static struct usb_device_id rt2800usb_de
 	{ USB_DEVICE(0x083a, 0xb522) },
 	/* Sparklan */
 	{ USB_DEVICE(0x15a9, 0x0006) },
+	/* Linksys */
+	{ USB_DEVICE(0x1737, 0x0077) },
 	/* Sweex */
 	{ USB_DEVICE(0x177f, 0x0302) },
 	/* U-Media */
@@ -1173,7 +1175,6 @@ static struct usb_device_id rt2800usb_de
 	{ USB_DEVICE(0x1740, 0x0605) },
 	{ USB_DEVICE(0x1740, 0x0615) },
 	/* Linksys */
-	{ USB_DEVICE(0x1737, 0x0077) },
 	{ USB_DEVICE(0x1737, 0x0078) },
 	/* Logitec */
 	
{ USB_DEVICE(0x0789, 0x0168) },

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] rt2800usb: Move ID out of unknown
  2011-12-27 16:56 [PATCH] rt2800usb: Move ID out of unknown Larry Finger
@ 2011-12-27 17:31 ` Gertjan van Wingerde
  2011-12-27 17:40   ` Larry Finger
  0 siblings, 1 reply; 4+ messages in thread
From: Gertjan van Wingerde @ 2011-12-27 17:31 UTC (permalink / raw)
  To: Larry Finger
  Cc: John W Linville, users, helmut.schaa, IvDoorn, linux-wireless

Hi Larry,

On 12/27/11 17:56, Larry Finger wrote:
> Testing on the openSUSE wireless forum has shown that a Linksys
> WUSB54GC v3 with USB ID 1737:0077 works with rt2800usb when the ID is
> written to /sys/.../new_id. This ID can therefore be moved out of UNKNOWN.
> 
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Stable <stable@vger.kernel.org>

We've got these devices is the UNKNOWN section because we don't know
what chipset is used by these devices (and therefore the level of
support is unknown).

Do you know which chipset is used by this device?

This should be reported in dmesg when CONFIG_RT2X00_DEBUG is enabled.

---
Gertjan.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] rt2800usb: Move ID out of unknown
  2011-12-27 17:31 ` Gertjan van Wingerde
@ 2011-12-27 17:40   ` Larry Finger
  2011-12-27 18:09     ` Gertjan van Wingerde
  0 siblings, 1 reply; 4+ messages in thread
From: Larry Finger @ 2011-12-27 17:40 UTC (permalink / raw)
  To: Gertjan van Wingerde
  Cc: John W Linville, users, helmut.schaa, IvDoorn, linux-wireless

On 12/27/2011 11:31 AM, Gertjan van Wingerde wrote:
> Hi Larry,
>
> On 12/27/11 17:56, Larry Finger wrote:
>> Testing on the openSUSE wireless forum has shown that a Linksys
>> WUSB54GC v3 with USB ID 1737:0077 works with rt2800usb when the ID is
>> written to /sys/.../new_id. This ID can therefore be moved out of UNKNOWN.
>>
>> Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net>
>> Cc: Stable<stable@vger.kernel.org>
>
> We've got these devices is the UNKNOWN section because we don't know
> what chipset is used by these devices (and therefore the level of
> support is unknown).
>
> Do you know which chipset is used by this device?
>
> This should be reported in dmesg when CONFIG_RT2X00_DEBUG is enabled.

The OP is using an openSUSE distro kernel so we don't have the chance to get 
info from that source. With lsusb, we get Bus 001 Device 002: ID 1737:0077 
Linksys WUSB54GC v3 802.11g Adapter [Ralink RT2070L]. Does that help?

I just ordered one of these devices from E-bay. I can get you more info when it 
arrives.

Larry



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] rt2800usb: Move ID out of unknown
  2011-12-27 17:40   ` Larry Finger
@ 2011-12-27 18:09     ` Gertjan van Wingerde
  0 siblings, 0 replies; 4+ messages in thread
From: Gertjan van Wingerde @ 2011-12-27 18:09 UTC (permalink / raw)
  To: Larry Finger
  Cc: John W Linville, users, helmut.schaa, IvDoorn, linux-wireless

On 12/27/11 18:40, Larry Finger wrote:
> On 12/27/2011 11:31 AM, Gertjan van Wingerde wrote:
>> Hi Larry,
>>
>> On 12/27/11 17:56, Larry Finger wrote:
>>> Testing on the openSUSE wireless forum has shown that a Linksys
>>> WUSB54GC v3 with USB ID 1737:0077 works with rt2800usb when the ID is
>>> written to /sys/.../new_id. This ID can therefore be moved out of
>>> UNKNOWN.
>>>
>>> Signed-off-by: Larry Finger<Larry.Finger@lwfinger.net>
>>> Cc: Stable<stable@vger.kernel.org>
>>
>> We've got these devices is the UNKNOWN section because we don't know
>> what chipset is used by these devices (and therefore the level of
>> support is unknown).
>>
>> Do you know which chipset is used by this device?
>>
>> This should be reported in dmesg when CONFIG_RT2X00_DEBUG is enabled.
> 
> The OP is using an openSUSE distro kernel so we don't have the chance to
> get info from that source. With lsusb, we get Bus 001 Device 002: ID
> 1737:0077 Linksys WUSB54GC v3 802.11g Adapter [Ralink RT2070L]. Does
> that help?

Yes, that helps. This most probably is an RT3070-based device that uses
an RF2020 RF chipset. We have seen these kind of devices before and they
indeed are properly supported.

Your patch make sense, however, could you please list this USB ID with
the other Linksys USB devices further up in the list. We have ordered
the list on manufacturer name, alphabetically ordered.

---
Gertjan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-27 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 16:56 [PATCH] rt2800usb: Move ID out of unknown Larry Finger
2011-12-27 17:31 ` Gertjan van Wingerde
2011-12-27 17:40   ` Larry Finger
2011-12-27 18:09     ` Gertjan van Wingerde

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).