2012-04-17 14:28:21

by Xose Vazquez Perez

[permalink] [raw]
Subject: [PATCH] wireless: rt2x00: rt2800usb more devices were identified

found in 2012_03_22_RT5572_Linux_STA_v2.6.0.0_DPO

RT3070:
(0x2019,0x5201) Planex Communications, Inc. RT8070
(0x7392,0x4085) 2L Central Europe BV 8070
7392 is Edimax

RT35xx:
(0x1690,0x0761) Askey
was Fujitsu Stylistic 550, but 1690 is Askey

Signed-off-by: Xose Vazquez Perez <[email protected]>
---
drivers/net/wireless/rt2x00/rt2800usb.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 5851be7..5601302 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -992,6 +992,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
/* DVICO */
{ USB_DEVICE(0x0fe9, 0xb307) },
/* Edimax */
+ { USB_DEVICE(0x7392, 0x4085) },
{ USB_DEVICE(0x7392, 0x7711) },
{ USB_DEVICE(0x7392, 0x7717) },
{ USB_DEVICE(0x7392, 0x7718) },
@@ -1067,6 +1068,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
/* Philips */
{ USB_DEVICE(0x0471, 0x200f) },
/* Planex */
+ { USB_DEVICE(0x2019, 0x5201) },
{ USB_DEVICE(0x2019, 0xab25) },
{ USB_DEVICE(0x2019, 0xed06) },
/* Quanta */
@@ -1150,6 +1152,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x8516, 0x3572) },
/* Askey */
{ USB_DEVICE(0x1690, 0x0744) },
+ { USB_DEVICE(0x1690, 0x0761) },
{ USB_DEVICE(0x1690, 0x0764) },
/* Cisco */
{ USB_DEVICE(0x167b, 0x4001) },
@@ -1235,12 +1238,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x07d1, 0x3c0b) },
{ USB_DEVICE(0x07d1, 0x3c17) },
{ USB_DEVICE(0x2001, 0x3c17) },
- /* Edimax */
- { USB_DEVICE(0x7392, 0x4085) },
/* Encore */
{ USB_DEVICE(0x203d, 0x14a1) },
- /* Fujitsu Stylistic 550 */
- { USB_DEVICE(0x1690, 0x0761) },
/* Gemtek */
{ USB_DEVICE(0x15a9, 0x0010) },
/* Gigabyte */
@@ -1261,7 +1260,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x05a6, 0x0101) },
{ USB_DEVICE(0x1d4d, 0x0010) },
/* Planex */
- { USB_DEVICE(0x2019, 0x5201) },
{ USB_DEVICE(0x2019, 0xab24) },
/* Qcom */
{ USB_DEVICE(0x18e8, 0x6259) },
--
1.7.6.5



2012-04-23 09:59:29

by Gertjan van Wingerde

[permalink] [raw]
Subject: Re: [PATCH] wireless: rt2x00: rt2800usb more devices were identified

On Tue, Apr 17, 2012 at 4:28 PM, Xose Vazquez Perez
<[email protected]> wrote:
> found in 2012_03_22_RT5572_Linux_STA_v2.6.0.0_DPO
>
> RT3070:
> (0x2019,0x5201) ?Planex Communications, Inc. RT8070
> (0x7392,0x4085) ?2L Central Europe BV 8070
> 7392 is Edimax
>
> RT35xx:
> (0x1690,0x0761) Askey
> was Fujitsu Stylistic 550, but 1690 is Askey
>
> Signed-off-by: Xose Vazquez Perez <[email protected]>

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

> ---
> ?drivers/net/wireless/rt2x00/rt2800usb.c | ? ?8 +++-----
> ?1 files changed, 3 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
> index 5851be7..5601302 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -992,6 +992,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
> ? ? ? ?/* DVICO */
> ? ? ? ?{ USB_DEVICE(0x0fe9, 0xb307) },
> ? ? ? ?/* Edimax */
> + ? ? ? { USB_DEVICE(0x7392, 0x4085) },
> ? ? ? ?{ USB_DEVICE(0x7392, 0x7711) },
> ? ? ? ?{ USB_DEVICE(0x7392, 0x7717) },
> ? ? ? ?{ USB_DEVICE(0x7392, 0x7718) },
> @@ -1067,6 +1068,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
> ? ? ? ?/* Philips */
> ? ? ? ?{ USB_DEVICE(0x0471, 0x200f) },
> ? ? ? ?/* Planex */
> + ? ? ? { USB_DEVICE(0x2019, 0x5201) },
> ? ? ? ?{ USB_DEVICE(0x2019, 0xab25) },
> ? ? ? ?{ USB_DEVICE(0x2019, 0xed06) },
> ? ? ? ?/* Quanta */
> @@ -1150,6 +1152,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
> ? ? ? ?{ USB_DEVICE(0x8516, 0x3572) },
> ? ? ? ?/* Askey */
> ? ? ? ?{ USB_DEVICE(0x1690, 0x0744) },
> + ? ? ? { USB_DEVICE(0x1690, 0x0761) },
> ? ? ? ?{ USB_DEVICE(0x1690, 0x0764) },
> ? ? ? ?/* Cisco */
> ? ? ? ?{ USB_DEVICE(0x167b, 0x4001) },
> @@ -1235,12 +1238,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c0b) },
> ? ? ? ?{ USB_DEVICE(0x07d1, 0x3c17) },
> ? ? ? ?{ USB_DEVICE(0x2001, 0x3c17) },
> - ? ? ? /* Edimax */
> - ? ? ? { USB_DEVICE(0x7392, 0x4085) },
> ? ? ? ?/* Encore */
> ? ? ? ?{ USB_DEVICE(0x203d, 0x14a1) },
> - ? ? ? /* Fujitsu Stylistic 550 */
> - ? ? ? { USB_DEVICE(0x1690, 0x0761) },
> ? ? ? ?/* Gemtek */
> ? ? ? ?{ USB_DEVICE(0x15a9, 0x0010) },
> ? ? ? ?/* Gigabyte */
> @@ -1261,7 +1260,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
> ? ? ? ?{ USB_DEVICE(0x05a6, 0x0101) },
> ? ? ? ?{ USB_DEVICE(0x1d4d, 0x0010) },
> ? ? ? ?/* Planex */
> - ? ? ? { USB_DEVICE(0x2019, 0x5201) },
> ? ? ? ?{ USB_DEVICE(0x2019, 0xab24) },
> ? ? ? ?/* Qcom */
> ? ? ? ?{ USB_DEVICE(0x18e8, 0x6259) },
> --
> 1.7.6.5
>



--
---
Gertjan