* [PATCH 3/3] wireless: rt2x00: rt2800pci: new id
@ 2010-03-28 15:48 Xose Vazquez Perez
2010-03-28 16:56 ` Gertjan van Wingerde
2010-03-29 10:30 ` Ivo van Doorn
0 siblings, 2 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2010-03-28 15:48 UTC (permalink / raw)
To: linux-wireless; +Cc: users, linville, IvDoorn, Xose Vazquez Perez
Taken from latest ralink linux driver, it's a RT3593 PCI/PCIe.
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
index b1f5643..ce7e88e 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1212,6 +1212,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
{ PCI_DEVICE(0x1814, 0x3062), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3562), PCI_DEVICE_DATA(&rt2800pci_ops) },
{ PCI_DEVICE(0x1814, 0x3592), PCI_DEVICE_DATA(&rt2800pci_ops) },
+ { PCI_DEVICE(0x1814, 0x3593), PCI_DEVICE_DATA(&rt2800pci_ops) },
#endif
{ 0, }
};
--
1.6.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] wireless: rt2x00: rt2800pci: new id
2010-03-28 15:48 [PATCH 3/3] wireless: rt2x00: rt2800pci: new id Xose Vazquez Perez
@ 2010-03-28 16:56 ` Gertjan van Wingerde
2010-03-29 10:30 ` Ivo van Doorn
1 sibling, 0 replies; 3+ messages in thread
From: Gertjan van Wingerde @ 2010-03-28 16:56 UTC (permalink / raw)
To: Xose Vazquez Perez, linville; +Cc: linux-wireless, users, IvDoorn
On 03/28/10 17:48, Xose Vazquez Perez wrote:
> Taken from latest ralink linux driver, it's a RT3593 PCI/PCIe.
>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Acked-by: Gertjan van Wingerde <gwingerde@gmail.com>
> ---
> drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
> index b1f5643..ce7e88e 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1212,6 +1212,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x3062), PCI_DEVICE_DATA(&rt2800pci_ops) },
> { PCI_DEVICE(0x1814, 0x3562), PCI_DEVICE_DATA(&rt2800pci_ops) },
> { PCI_DEVICE(0x1814, 0x3592), PCI_DEVICE_DATA(&rt2800pci_ops) },
> + { PCI_DEVICE(0x1814, 0x3593), PCI_DEVICE_DATA(&rt2800pci_ops) },
> #endif
> { 0, }
> };
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] wireless: rt2x00: rt2800pci: new id
2010-03-28 15:48 [PATCH 3/3] wireless: rt2x00: rt2800pci: new id Xose Vazquez Perez
2010-03-28 16:56 ` Gertjan van Wingerde
@ 2010-03-29 10:30 ` Ivo van Doorn
1 sibling, 0 replies; 3+ messages in thread
From: Ivo van Doorn @ 2010-03-29 10:30 UTC (permalink / raw)
To: Xose Vazquez Perez; +Cc: linux-wireless, users, linville
On Sunday 28 March 2010, Xose Vazquez Perez wrote:
> Taken from latest ralink linux driver, it's a RT3593 PCI/PCIe.
>
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
> ---
> drivers/net/wireless/rt2x00/rt2800pci.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/rt2x00/rt2800pci.c b/drivers/net/wireless/rt2x00/rt2800pci.c
> index b1f5643..ce7e88e 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1212,6 +1212,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x3062), PCI_DEVICE_DATA(&rt2800pci_ops) },
> { PCI_DEVICE(0x1814, 0x3562), PCI_DEVICE_DATA(&rt2800pci_ops) },
> { PCI_DEVICE(0x1814, 0x3592), PCI_DEVICE_DATA(&rt2800pci_ops) },
> + { PCI_DEVICE(0x1814, 0x3593), PCI_DEVICE_DATA(&rt2800pci_ops) },
> #endif
> { 0, }
> };
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-29 10:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-28 15:48 [PATCH 3/3] wireless: rt2x00: rt2800pci: new id Xose Vazquez Perez
2010-03-28 16:56 ` Gertjan van Wingerde
2010-03-29 10:30 ` Ivo van Doorn
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).