Return-path: Received: from hrndva-omtalb.mail.rr.com ([71.74.56.124]:63209 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754245Ab1L0Q45 (ORCPT ); Tue, 27 Dec 2011 11:56:57 -0500 Date: Tue, 27 Dec 2011 10:56:55 -0600 From: Larry Finger To: John W Linville Cc: users@rt2x00.serialmonkey.com, helmut.schaa@googlemail.com, gwingerde@gmail.com, IvDoorn@gmail.com, linux-wireless@vger.kernel.org Subject: [PATCH] rt2800usb: Move ID out of unknown Message-ID: <4ef9f8d7.gS21SIcvWuSTbCy9%Larry.Finger@lwfinger.net> (sfid-20111227_175700_988126_30556233) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-wireless-owner@vger.kernel.org List-ID: 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 --- 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) },