* [PATCH] rt2x00:Add RT539B chipset support
@ 2012-05-04 1:51 Zero Lin
2012-05-04 9:13 ` Gertjan van Wingerde
0 siblings, 1 reply; 5+ messages in thread
From: Zero Lin @ 2012-05-04 1:51 UTC (permalink / raw)
To: users; +Cc: linux-wireless, John Linville, Zero.Lin
From: "Zero.Lin" <Zero.Lin@mediatek.com>
Signed-off-by: Zero.Lin <Zero.Lin@mediatek.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 931331d..0c9b51d 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1193,6 +1193,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
{ PCI_DEVICE(0x1814, 0x5392) },
{ PCI_DEVICE(0x1814, 0x539a) },
{ PCI_DEVICE(0x1814, 0x539f) },
+ { PCI_DEVICE(0x1814, 0x539b) },
#endif
{ 0, }
};
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] rt2x00:Add RT539B chipset support
2012-05-04 1:51 [PATCH] rt2x00:Add RT539B " Zero Lin
@ 2012-05-04 9:13 ` Gertjan van Wingerde
0 siblings, 0 replies; 5+ messages in thread
From: Gertjan van Wingerde @ 2012-05-04 9:13 UTC (permalink / raw)
To: Zero Lin
Cc: users@rt2x00.serialmonkey.com, linux-wireless@vger.kernel.org,
John Linville, Zero.Lin
Hi,
On 4 mei 2012, at 03:51, Zero Lin <zero.lin.0203@gmail.com> wrote:
> From: "Zero.Lin" <Zero.Lin@mediatek.com>
>
> Signed-off-by: Zero.Lin <Zero.Lin@mediatek.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 931331d..0c9b51d 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1193,6 +1193,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x5392) },
> { PCI_DEVICE(0x1814, 0x539a) },
> { PCI_DEVICE(0x1814, 0x539f) },
> + { PCI_DEVICE(0x1814, 0x539b) },
> #endif
> { 0, }
> };
Could you please add the new ID in the right numerical order?
So, between 0x539a and 0x539f.
---
Gertjan
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] rt2x00:Add RT539b chipset support
@ 2012-05-10 2:06 Zero Lin
2012-05-10 2:57 ` Gertjan van Wingerde
2012-05-29 12:36 ` Stanislaw Gruszka
0 siblings, 2 replies; 5+ messages in thread
From: Zero Lin @ 2012-05-10 2:06 UTC (permalink / raw)
To: users; +Cc: linux-wireless, John Linville, Zero.Lin
From: "Zero.Lin" <Zero.Lin@mediatek.com>
Signed-off-by: Zero.Lin <Zero.Lin@mediatek.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 931331d..cad25bf 100644
--- a/drivers/net/wireless/rt2x00/rt2800pci.c
+++ b/drivers/net/wireless/rt2x00/rt2800pci.c
@@ -1192,6 +1192,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
{ PCI_DEVICE(0x1814, 0x5390) },
{ PCI_DEVICE(0x1814, 0x5392) },
{ PCI_DEVICE(0x1814, 0x539a) },
+ { PCI_DEVICE(0x1814, 0x539b) },
{ PCI_DEVICE(0x1814, 0x539f) },
#endif
{ 0, }
--
1.7.5.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] rt2x00:Add RT539b chipset support
2012-05-10 2:06 [PATCH] rt2x00:Add RT539b chipset support Zero Lin
@ 2012-05-10 2:57 ` Gertjan van Wingerde
2012-05-29 12:36 ` Stanislaw Gruszka
1 sibling, 0 replies; 5+ messages in thread
From: Gertjan van Wingerde @ 2012-05-10 2:57 UTC (permalink / raw)
To: Zero Lin; +Cc: users, linux-wireless, John Linville, Zero.Lin
On 05/10/12 04:06, Zero Lin wrote:
> From: "Zero.Lin" <Zero.Lin@mediatek.com>
>
> Signed-off-by: Zero.Lin <Zero.Lin@mediatek.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 931331d..cad25bf 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1192,6 +1192,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x5390) },
> { PCI_DEVICE(0x1814, 0x5392) },
> { PCI_DEVICE(0x1814, 0x539a) },
> + { PCI_DEVICE(0x1814, 0x539b) },
> { PCI_DEVICE(0x1814, 0x539f) },
> #endif
> { 0, }
--
---
Gertjan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] rt2x00:Add RT539b chipset support
2012-05-10 2:06 [PATCH] rt2x00:Add RT539b chipset support Zero Lin
2012-05-10 2:57 ` Gertjan van Wingerde
@ 2012-05-29 12:36 ` Stanislaw Gruszka
1 sibling, 0 replies; 5+ messages in thread
From: Stanislaw Gruszka @ 2012-05-29 12:36 UTC (permalink / raw)
To: Zero Lin; +Cc: users, linux-wireless, John Linville, Zero.Lin
On Thu, May 10, 2012 at 10:06:31AM +0800, Zero Lin wrote:
> From: "Zero.Lin" <Zero.Lin@mediatek.com>
>
> Signed-off-by: Zero.Lin <Zero.Lin@mediatek.com>
Reviewed-by: Stanislaw Gruszka <sgruszka@redhat.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 931331d..cad25bf 100644
> --- a/drivers/net/wireless/rt2x00/rt2800pci.c
> +++ b/drivers/net/wireless/rt2x00/rt2800pci.c
> @@ -1192,6 +1192,7 @@ static DEFINE_PCI_DEVICE_TABLE(rt2800pci_device_table) = {
> { PCI_DEVICE(0x1814, 0x5390) },
> { PCI_DEVICE(0x1814, 0x5392) },
> { PCI_DEVICE(0x1814, 0x539a) },
> + { PCI_DEVICE(0x1814, 0x539b) },
> { PCI_DEVICE(0x1814, 0x539f) },
> #endif
> { 0, }
> --
> 1.7.5.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-29 12:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 2:06 [PATCH] rt2x00:Add RT539b chipset support Zero Lin
2012-05-10 2:57 ` Gertjan van Wingerde
2012-05-29 12:36 ` Stanislaw Gruszka
-- strict thread matches above, loose matches on Subject: below --
2012-05-04 1:51 [PATCH] rt2x00:Add RT539B " Zero Lin
2012-05-04 9:13 ` Gertjan van Wingerde
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).