All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] wireless: rt2x00: rt2800usb add Sweex ids
@ 2013-02-02  2:33 Xose Vazquez Perez
  2013-02-02 14:39 ` Gertjan van Wingerde
  0 siblings, 1 reply; 2+ messages in thread
From: Xose Vazquez Perez @ 2013-02-02  2:33 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Ivo van Doorn, Gertjan van Wingerde,
	Helmut Schaa, John W. Linville, users, linux-wireless

Info coming from Sweex Windows driver and wikidevi.com
0x177f,0x0163 Sweex LW163 RT3370 1x1, int. antenna
0x177f,0x0164 Sweex LW164 RT8070 1x1, Nano dongle
0x177f,0x0165 Sweex LW165 RT3370 1x1, ext. antenna
0x177f,0x0324 Sweex LW324 RT3072 2x2  with 32Mb NOR flash, autoinstall

Cc: Ivo van Doorn <IvDoorn@gmail.com>
Cc: Gertjan van Wingerde <gwingerde@gmail.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>
---
 drivers/net/wireless/rt2x00/rt2800usb.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 42b5b65..8a57646 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1099,9 +1099,11 @@ static struct usb_device_id rt2800usb_device_table[] = {
 	{ USB_DEVICE(0x15a9, 0x0006) },
 	/* Sweex */
 	{ USB_DEVICE(0x177f, 0x0153) },
+	{ USB_DEVICE(0x177f, 0x0164) },
 	{ USB_DEVICE(0x177f, 0x0302) },
 	{ USB_DEVICE(0x177f, 0x0313) },
 	{ USB_DEVICE(0x177f, 0x0323) },
+	{ USB_DEVICE(0x177f, 0x0324) },
 	/* U-Media */
 	{ USB_DEVICE(0x157e, 0x300e) },
 	{ USB_DEVICE(0x157e, 0x3013) },
@@ -1133,6 +1135,9 @@ static struct usb_device_id rt2800usb_device_table[] = {
 	{ USB_DEVICE(0x148f, 0x8070) },
 	/* Sitecom */
 	{ USB_DEVICE(0x0df6, 0x0050) },
+	/* Sweex */
+	{ USB_DEVICE(0x177f, 0x0163) },
+	{ USB_DEVICE(0x177f, 0x0165) },
 #endif
 #ifdef CONFIG_RT2800USB_RT35XX
 	/* Allwin */
-- 
1.7.11.7


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

* Re: [PATCH] wireless: rt2x00: rt2800usb add Sweex ids
  2013-02-02  2:33 [PATCH] wireless: rt2x00: rt2800usb add Sweex ids Xose Vazquez Perez
@ 2013-02-02 14:39 ` Gertjan van Wingerde
  0 siblings, 0 replies; 2+ messages in thread
From: Gertjan van Wingerde @ 2013-02-02 14:39 UTC (permalink / raw)
  To: Xose Vazquez Perez
  Cc: Ivo van Doorn, Helmut Schaa, John W. Linville, users, linux-wireless



Sent from my iPad

On 2 feb. 2013, at 03:33, Xose Vazquez Perez <xose.vazquez@gmail.com> wrote:

> Info coming from Sweex Windows driver and wikidevi.com
> 0x177f,0x0163 Sweex LW163 RT3370 1x1, int. antenna
> 0x177f,0x0164 Sweex LW164 RT8070 1x1, Nano dongle
> 0x177f,0x0165 Sweex LW165 RT3370 1x1, ext. antenna
> 0x177f,0x0324 Sweex LW324 RT3072 2x2  with 32Mb NOR flash, autoinstall
> 
> Cc: Ivo van Doorn <IvDoorn@gmail.com>
> Cc: Gertjan van Wingerde <gwingerde@gmail.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>

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

> ---
> drivers/net/wireless/rt2x00/rt2800usb.c | 5 +++++
> 1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
> index 42b5b65..8a57646 100644
> --- a/drivers/net/wireless/rt2x00/rt2800usb.c
> +++ b/drivers/net/wireless/rt2x00/rt2800usb.c
> @@ -1099,9 +1099,11 @@ static struct usb_device_id rt2800usb_device_table[] = {
>    { USB_DEVICE(0x15a9, 0x0006) },
>    /* Sweex */
>    { USB_DEVICE(0x177f, 0x0153) },
> +    { USB_DEVICE(0x177f, 0x0164) },
>    { USB_DEVICE(0x177f, 0x0302) },
>    { USB_DEVICE(0x177f, 0x0313) },
>    { USB_DEVICE(0x177f, 0x0323) },
> +    { USB_DEVICE(0x177f, 0x0324) },
>    /* U-Media */
>    { USB_DEVICE(0x157e, 0x300e) },
>    { USB_DEVICE(0x157e, 0x3013) },
> @@ -1133,6 +1135,9 @@ static struct usb_device_id rt2800usb_device_table[] = {
>    { USB_DEVICE(0x148f, 0x8070) },
>    /* Sitecom */
>    { USB_DEVICE(0x0df6, 0x0050) },
> +    /* Sweex */
> +    { USB_DEVICE(0x177f, 0x0163) },
> +    { USB_DEVICE(0x177f, 0x0165) },
> #endif
> #ifdef CONFIG_RT2800USB_RT35XX
>    /* Allwin */
> -- 
> 1.7.11.7
> 

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

end of thread, other threads:[~2013-02-02 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-02  2:33 [PATCH] wireless: rt2x00: rt2800usb add Sweex ids Xose Vazquez Perez
2013-02-02 14:39 ` 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.