All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids
@ 2012-04-14 21:33 Xose Vazquez Perez
  2012-04-15  6:41 ` [rt2x00-users] " Andreas Hartmann
  2012-04-15 12:23 ` Gertjan van Wingerde
  0 siblings, 2 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2012-04-14 21:33 UTC (permalink / raw)
  To: xose.vazquez, linux-wireless, users, IvDoorn, linville,
	gwingerde, helmut.schaa

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 <xose.vazquez@gmail.com>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [rt2x00-users] [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids
  2012-04-14 21:33 [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids Xose Vazquez Perez
@ 2012-04-15  6:41 ` Andreas Hartmann
  2012-04-15 12:23 ` Gertjan van Wingerde
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Hartmann @ 2012-04-15  6:41 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: linux-wireless, users, IvDoorn, linville, gwingerde, helmut.schaa

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids
  2012-04-14 21:33 [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids Xose Vazquez Perez
  2012-04-15  6:41 ` [rt2x00-users] " Andreas Hartmann
@ 2012-04-15 12:23 ` Gertjan van Wingerde
  1 sibling, 0 replies; 3+ messages in thread
From: Gertjan van Wingerde @ 2012-04-15 12:23 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: linux-wireless, users, IvDoorn, linville, helmut.schaa

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 <xose.vazquez@gmail.com>

Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>

> ---
>  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-15 12:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-14 21:33 [PATCH] wireless: rt2x00: rt2800pci add more RT539x ids Xose Vazquez Perez
2012-04-15  6:41 ` [rt2x00-users] " Andreas Hartmann
2012-04-15 12:23 ` Gertjan van Wingerde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.