2011-12-27 18:22:58

by Larry Finger

[permalink] [raw]
Subject: [PATCH V2] rt2800usb: Move ID out of unknown

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 <[email protected]>
Cc: Stable <[email protected]>
---

V2 - Place new ID with rest of Linksys devices.

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
@@ -976,6 +976,7 @@ static struct usb_device_id rt2800usb_de
{ USB_DEVICE(0x13b1, 0x0031) },
{ USB_DEVICE(0x1737, 0x0070) },
{ USB_DEVICE(0x1737, 0x0071) },
+ { USB_DEVICE(0x1737, 0x0077) },
/* Logitec */
{ USB_DEVICE(0x0789, 0x0162) },
{ USB_DEVICE(0x0789, 0x0163) },
@@ -1173,7 +1174,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) },


2011-12-28 20:14:46

by Ivo Van Doorn

[permalink] [raw]
Subject: Re: [PATCH V2] rt2800usb: Move ID out of unknown

On Tue, Dec 27, 2011 at 7:22 PM, Larry Finger <[email protected]> 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 <[email protected]>
> Cc: Stable <[email protected]>

Acked-by: Ivo van Doorn <[email protected]>

> ---
>
> V2 - Place new ID with rest of Linksys devices.
>
> 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
> @@ -976,6 +976,7 @@ static struct usb_device_id rt2800usb_de
> ? ? ? ?{ USB_DEVICE(0x13b1, 0x0031) },
> ? ? ? ?{ USB_DEVICE(0x1737, 0x0070) },
> ? ? ? ?{ USB_DEVICE(0x1737, 0x0071) },
> + ? ? ? { USB_DEVICE(0x1737, 0x0077) },
> ? ? ? ?/* Logitec */
> ? ? ? ?{ USB_DEVICE(0x0789, 0x0162) },
> ? ? ? ?{ USB_DEVICE(0x0789, 0x0163) },
> @@ -1173,7 +1174,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) },

2011-12-27 19:34:50

by Gertjan van Wingerde

[permalink] [raw]
Subject: Re: [PATCH V2] rt2800usb: Move ID out of unknown

On 27 dec. 2011, at 19:22, Larry Finger <[email protected]> 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 <[email protected]>
> Cc: Stable <[email protected]>

Acked-by: Gertjan van Wingerde <[email protected]>

> ---
>
> V2 - Place new ID with rest of Linksys devices.
>
> 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
> @@ -976,6 +976,7 @@ static struct usb_device_id rt2800usb_de
> { USB_DEVICE(0x13b1, 0x0031) },
> { USB_DEVICE(0x1737, 0x0070) },
> { USB_DEVICE(0x1737, 0x0071) },
> + { USB_DEVICE(0x1737, 0x0077) },
> /* Logitec */
> { USB_DEVICE(0x0789, 0x0162) },
> { USB_DEVICE(0x0789, 0x0163) },
> @@ -1173,7 +1174,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) },