Return-path: Received: from cpsmtpb-ews09.kpnxchange.com ([213.75.39.14]:3453 "EHLO cpsmtpb-ews09.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754662Ab1L0SJO (ORCPT ); Tue, 27 Dec 2011 13:09:14 -0500 Message-ID: <4EFA09C7.4010901@gmail.com> (sfid-20111227_190917_597802_F9364092) Date: Tue, 27 Dec 2011 19:09:11 +0100 From: Gertjan van Wingerde MIME-Version: 1.0 To: Larry Finger CC: John W Linville , users@rt2x00.serialmonkey.com, helmut.schaa@googlemail.com, IvDoorn@gmail.com, linux-wireless@vger.kernel.org Subject: Re: [PATCH] rt2800usb: Move ID out of unknown References: <4ef9f8d7.gS21SIcvWuSTbCy9%Larry.Finger@lwfinger.net> <4EFA00DC.8070007@gmail.com> <4EFA0319.2030505@lwfinger.net> In-Reply-To: <4EFA0319.2030505@lwfinger.net> Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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 >>> Cc: Stable >> >> 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