All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -stable] wireless: rt2x00: add new rt2800usb devices
@ 2014-10-30 11:18 Xose Vazquez Perez
  2014-10-31  9:47 ` Jiri Slaby
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2014-10-30 11:18 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, stable, Stanislaw Gruszka, Helmut Schaa,
	John W. Linville, users, linux-wireless

0x0b05 0x17e8 RT5372 USB 2.0  bgn 2x2 ASUS USB-N14
0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D
0x0df6 0x0078 RT???? Sitecom N300

Cc: stable@vger.kernel.org
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Stanislaw Gruszka <sgruszka@redhat.com>
Cc: Helmut Schaa <helmut.schaa@googlemail.com>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: users@rt2x00.serialmonkey.com
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
---
 drivers/net/wireless/rt2x00/rt2800usb.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 832006b..573897b 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1284,6 +1284,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
 	/* Arcadyan */
 	{ USB_DEVICE(0x043e, 0x7a12) },
 	{ USB_DEVICE(0x043e, 0x7a32) },
+	/* ASUS */
+	{ USB_DEVICE(0x0b05, 0x17e8) },
 	/* Azurewave */
 	{ USB_DEVICE(0x13d3, 0x3329) },
 	{ USB_DEVICE(0x13d3, 0x3365) },
@@ -1320,6 +1322,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
 	{ USB_DEVICE(0x057c, 0x8501) },
 	/* Buffalo */
 	{ USB_DEVICE(0x0411, 0x0241) },
+	{ USB_DEVICE(0x0411, 0x0253) },
 	/* D-Link */
 	{ USB_DEVICE(0x2001, 0x3c1a) },
 	{ USB_DEVICE(0x2001, 0x3c21) },
@@ -1410,6 +1413,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
 	{ USB_DEVICE(0x0df6, 0x0053) },
 	{ USB_DEVICE(0x0df6, 0x0069) },
 	{ USB_DEVICE(0x0df6, 0x006f) },
+	{ USB_DEVICE(0x0df6, 0x0078) },
 	/* SMC */
 	{ USB_DEVICE(0x083a, 0xa512) },
 	{ USB_DEVICE(0x083a, 0xc522) },
-- 
1.9.3


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

* Re: [PATCH -stable] wireless: rt2x00: add new rt2800usb devices
  2014-10-30 11:18 [PATCH -stable] wireless: rt2x00: add new rt2800usb devices Xose Vazquez Perez
@ 2014-10-31  9:47 ` Jiri Slaby
  2014-10-31  9:55   ` Stanislaw Gruszka
  0 siblings, 1 reply; 4+ messages in thread
From: Jiri Slaby @ 2014-10-31  9:47 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: stable, Stanislaw Gruszka, Helmut Schaa, John W. Linville, users,
	linux-wireless

On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> 0x0b05 0x17e8 RT5372 USB 2.0  bgn 2x2 ASUS USB-N14
> 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D
> 0x0df6 0x0078 RT???? Sitecom N300

(the same as previous)

> Cc: stable@vger.kernel.org
> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
> Cc: Stanislaw Gruszka <sgruszka@redhat.com>
> Cc: Helmut Schaa <helmut.schaa@googlemail.com>
> Cc: John W. Linville <linville@tuxdriver.com>
> Cc: users@rt2x00.serialmonkey.com
> Cc: linux-wireless@vger.kernel.org
> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
>  drivers/net/wireless/rt2x00/rt2800usb.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
> index 832006b..573897b 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -1284,6 +1284,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
>  	/* Arcadyan */
>  	{ USB_DEVICE(0x043e, 0x7a12) },
>  	{ USB_DEVICE(0x043e, 0x7a32) },
> +	/* ASUS */
> +	{ USB_DEVICE(0x0b05, 0x17e8) },
>  	/* Azurewave */
>  	{ USB_DEVICE(0x13d3, 0x3329) },
>  	{ USB_DEVICE(0x13d3, 0x3365) },
> @@ -1320,6 +1322,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
>  	{ USB_DEVICE(0x057c, 0x8501) },
>  	/* Buffalo */
>  	{ USB_DEVICE(0x0411, 0x0241) },
> +	{ USB_DEVICE(0x0411, 0x0253) },
>  	/* D-Link */
>  	{ USB_DEVICE(0x2001, 0x3c1a) },
>  	{ USB_DEVICE(0x2001, 0x3c21) },
> @@ -1410,6 +1413,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
>  	{ USB_DEVICE(0x0df6, 0x0053) },
>  	{ USB_DEVICE(0x0df6, 0x0069) },
>  	{ USB_DEVICE(0x0df6, 0x006f) },
> +	{ USB_DEVICE(0x0df6, 0x0078) },
>  	/* SMC */
>  	{ USB_DEVICE(0x083a, 0xa512) },
>  	{ USB_DEVICE(0x083a, 0xc522) },
> 


-- 
js
suse labs

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

* Re: [PATCH -stable] wireless: rt2x00: add new rt2800usb devices
  2014-10-31  9:47 ` Jiri Slaby
@ 2014-10-31  9:55   ` Stanislaw Gruszka
  2014-11-03 11:05     ` Luis Henriques
  0 siblings, 1 reply; 4+ messages in thread
From: Stanislaw Gruszka @ 2014-10-31  9:55 UTC (permalink / raw)
  To: Jiri Slaby
  Cc: Xose Vazquez Perez, stable, Helmut Schaa, John W. Linville,
	users, linux-wireless

On Fri, Oct 31, 2014 at 10:47:38AM +0100, Jiri Slaby wrote:
> On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> > 0x0b05 0x17e8 RT5372 USB 2.0  bgn 2x2 ASUS USB-N14
> > 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D
> > 0x0df6 0x0078 RT???? Sitecom N300
> 
> (the same as previous)

This is:

committ 6a06e554daef86c4e8d290284927b081fedb249e
Author: Xose Vazquez Perez <xose.vazquez@gmail.com>
Date:   Fri Jul 11 21:46:57 2014 +0200

    wireless: rt2x00: add new rt2800usb devices


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

* Re: [PATCH -stable] wireless: rt2x00: add new rt2800usb devices
  2014-10-31  9:55   ` Stanislaw Gruszka
@ 2014-11-03 11:05     ` Luis Henriques
  0 siblings, 0 replies; 4+ messages in thread
From: Luis Henriques @ 2014-11-03 11:05 UTC (permalink / raw)
  To: Stanislaw Gruszka
  Cc: Jiri Slaby, Xose Vazquez Perez, stable, Helmut Schaa,
	John W. Linville, users, linux-wireless

On Fri, Oct 31, 2014 at 10:55:26AM +0100, Stanislaw Gruszka wrote:
> On Fri, Oct 31, 2014 at 10:47:38AM +0100, Jiri Slaby wrote:
> > On 10/30/2014, 12:18 PM, Xose Vazquez Perez wrote:
> > > 0x0b05 0x17e8 RT5372 USB 2.0  bgn 2x2 ASUS USB-N14
> > > 0x0411 0x0253 RT5572 USB 2.0 abgn 2x2 BUFFALO WLP-U2-300D
> > > 0x0df6 0x0078 RT???? Sitecom N300
> > 
> > (the same as previous)
> 
> This is:
> 
> committ 6a06e554daef86c4e8d290284927b081fedb249e
> Author: Xose Vazquez Perez <xose.vazquez@gmail.com>
> Date:   Fri Jul 11 21:46:57 2014 +0200
> 
>     wireless: rt2x00: add new rt2800usb devices
> 
> --
> To unsubscribe from this list: send the line "unsubscribe stable" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Thanks, queuing this patch for the 3.16 kernel.

Cheers,
--
Luís

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

end of thread, other threads:[~2014-11-03 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-30 11:18 [PATCH -stable] wireless: rt2x00: add new rt2800usb devices Xose Vazquez Perez
2014-10-31  9:47 ` Jiri Slaby
2014-10-31  9:55   ` Stanislaw Gruszka
2014-11-03 11:05     ` Luis Henriques

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.