2011-04-08 14:23:58

by Larry Finger

[permalink] [raw]
Subject: [PATCH] rt2800usb: Add three new USB IDs

There are three USB IDs supported by staging/rt2870sta that are not in the
mainline driver rt2800usb.

Signed-off-by: Larry Finger <[email protected]>
Cc: Stable <[email protected]>
---

Index: wireless-testing/drivers/net/wireless/rt2x00/rt2800usb.c
===================================================================
--- wireless-testing.orig/drivers/net/wireless/rt2x00/rt2800usb.c
+++ wireless-testing/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -758,6 +758,8 @@ static struct usb_device_id rt2800usb_de
{ USB_DEVICE(0x07d1, 0x3c0f), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x07d1, 0x3c11), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x07d1, 0x3c16), USB_DEVICE_DATA(&rt2800usb_ops) },
+ { USB_DEVICE(0x2001, 0x3c09), USB_DEVICE_DATA(&rt2800usb_ops) },
+ { USB_DEVICE(0x2001, 0x3c0a), USB_DEVICE_DATA(&rt2800usb_ops) },
/* Draytek */
{ USB_DEVICE(0x07fa, 0x7712), USB_DEVICE_DATA(&rt2800usb_ops) },
/* Edimax */
@@ -828,6 +830,7 @@ static struct usb_device_id rt2800usb_de
/* Planex */
{ USB_DEVICE(0x2019, 0xab25), USB_DEVICE_DATA(&rt2800usb_ops) },
{ USB_DEVICE(0x2019, 0xed06), USB_DEVICE_DATA(&rt2800usb_ops) },
+ { USB_DEVICE(0x2019, 0xed14), USB_DEVICE_DATA(&rt2800usb_ops) },
/* Quanta */
{ USB_DEVICE(0x1a32, 0x0304), USB_DEVICE_DATA(&rt2800usb_ops) },
/* Ralink */


2011-04-08 14:24:57

by Ivo Van Doorn

[permalink] [raw]
Subject: Re: [PATCH] rt2800usb: Add three new USB IDs

On Fri, Apr 8, 2011 at 4:23 PM, Larry Finger <[email protected]> wrote:
> There are three USB IDs supported by staging/rt2870sta that are not in the
> mainline driver rt2800usb.
>
> Signed-off-by: Larry Finger <[email protected]>
> Cc: Stable <[email protected]>

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

> ---
>
> Index: wireless-testing/drivers/net/wireless/rt2x00/rt2800usb.c
> ===================================================================
> --- wireless-testing.orig/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ wireless-testing/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -758,6 +758,8 @@ static struct usb_device_id rt2800usb_de
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c0f), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c11), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c16), USB_DEVICE_DATA(&rt2800usb_ops) },
> + ? ? ? { USB_DEVICE(0x2001, 0x3c09), USB_DEVICE_DATA(&rt2800usb_ops) },
> + ? ? ? { USB_DEVICE(0x2001, 0x3c0a), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Draytek */
> ? ? ? ?{ USB_DEVICE(0x07fa, 0x7712), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Edimax */
> @@ -828,6 +830,7 @@ static struct usb_device_id rt2800usb_de
> ? ? ? ?/* Planex */
> ? ? ? ?{ USB_DEVICE(0x2019, 0xab25), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?{ USB_DEVICE(0x2019, 0xed06), USB_DEVICE_DATA(&rt2800usb_ops) },
> + ? ? ? { USB_DEVICE(0x2019, 0xed14), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Quanta */
> ? ? ? ?{ USB_DEVICE(0x1a32, 0x0304), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Ralink */
>

2011-04-08 14:33:03

by Gertjan van Wingerde

[permalink] [raw]
Subject: Re: [PATCH] rt2800usb: Add three new USB IDs

On Fri, Apr 8, 2011 at 4:23 PM, Larry Finger <[email protected]> wrote:
> There are three USB IDs supported by staging/rt2870sta that are not in the
> mainline driver rt2800usb.
>
> Signed-off-by: Larry Finger <[email protected]>
> Cc: Stable <[email protected]>

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

> ---
>
> Index: wireless-testing/drivers/net/wireless/rt2x00/rt2800usb.c
> ===================================================================
> --- wireless-testing.orig/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ wireless-testing/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -758,6 +758,8 @@ static struct usb_device_id rt2800usb_de
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c0f), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c11), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c16), USB_DEVICE_DATA(&rt2800usb_ops) },
> + ? ? ? { USB_DEVICE(0x2001, 0x3c09), USB_DEVICE_DATA(&rt2800usb_ops) },
> + ? ? ? { USB_DEVICE(0x2001, 0x3c0a), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Draytek */
> ? ? ? ?{ USB_DEVICE(0x07fa, 0x7712), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Edimax */
> @@ -828,6 +830,7 @@ static struct usb_device_id rt2800usb_de
> ? ? ? ?/* Planex */
> ? ? ? ?{ USB_DEVICE(0x2019, 0xab25), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?{ USB_DEVICE(0x2019, 0xed06), USB_DEVICE_DATA(&rt2800usb_ops) },
> + ? ? ? { USB_DEVICE(0x2019, 0xed14), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Quanta */
> ? ? ? ?{ USB_DEVICE(0x1a32, 0x0304), USB_DEVICE_DATA(&rt2800usb_ops) },
> ? ? ? ?/* Ralink */
>



--
---
Gertjan