2012-04-14 21:33:27

by Xose Vazquez Perez

[permalink] [raw]
Subject: [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids

RT539x devices:
(0x1814, 0x5362)
(0x1814, 0x5392)

Taken from ralink driver 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO

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

diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
index 0397bbf..7968f45 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1184,7 +1184,9 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
{ PCI_DEVICE(0x1814, 0x3593) },
#endif
#ifdef CONFIG_RT2800PCI_RT53XX
+ { PCI_DEVICE(0x1814, 0x5362) },
{ PCI_DEVICE(0x1814, 0x5390) },
+ { PCI_DEVICE(0x1814, 0x5392) },
{ PCI_DEVICE(0x1814, 0x539a) },
{ PCI_DEVICE(0x1814, 0x539f) },
#endif
--
1.7.6.5



2012-04-15 12:23:19

by Gertjan van Wingerde

[permalink] [raw]
Subject: Re: [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids

On 04/14/12 23:33, Xose Vazquez Perez wrote:
> RT539x devices:
> (0x1814, 0x5362)
> (0x1814, 0x5392)
>
> Taken from ralink driver 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO
>
> Signed-off-by: Xose Vazquez Perez <[email protected]>

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

> ---
> drivers/net/wireless/rt2x00/rt2800pci.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
> index 0397bbf..7968f45 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1184,7 +1184,9 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x3593) },
> #endif
> #ifdef CONFIG_RT2800PCI_RT53XX
> + { PCI_DEVICE(0x1814, 0x5362) },
> { PCI_DEVICE(0x1814, 0x5390) },
> + { PCI_DEVICE(0x1814, 0x5392) },
> { PCI_DEVICE(0x1814, 0x539a) },
> { PCI_DEVICE(0x1814, 0x539f) },
> #endif


--
---
Gertjan

2012-04-15 06:43:26

by Andreas Hartmann

[permalink] [raw]
Subject: Re: [rt2x00-users] [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids

Xose Vazquez Perez wrote:
> RT539x devices:
> (0x1814, 0x5362)
> (0x1814, 0x5392)
>
> Taken from ralink driver 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO

Did you test them? How did you test them? What exactly is working? What not?


Regards,
Andreas