2014-10-28 16:00:16

by Cyril Brulebois

[permalink] [raw]
Subject: [PATCH] wireless: rt2x00: add new rt2800usb device

0x1b75 0xa200 AirLive WN-200USB wireless 11b/g/n dongle

References: https://bugs.debian.org/766802
Reported-by: Martin Mokrejs <[email protected]>
Cc: [email protected]
Signed-off-by: Cyril Brulebois <[email protected]>
---
drivers/net/wireless/rt2x00/rt2800usb.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 573897b..8444313 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1111,6 +1111,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
/* Ovislink */
{ USB_DEVICE(0x1b75, 0x3071) },
{ USB_DEVICE(0x1b75, 0x3072) },
+ { USB_DEVICE(0x1b75, 0xa200) },
/* Para */
{ USB_DEVICE(0x20b8, 0x8888) },
/* Pegatron */
--
1.7.10.4



2014-10-29 11:52:03

by Stanislaw Gruszka

[permalink] [raw]
Subject: Re: [PATCH] wireless: rt2x00: add new rt2800usb device

On Wed, Oct 29, 2014 at 12:12:24PM +0100, Cyril Brulebois wrote:
> Stanislaw Gruszka <[email protected]> (2014-10-29):
> > On Tue, Oct 28, 2014 at 04:42:41PM +0100, Cyril Brulebois wrote:
> > > 0x1b75 0xa200 AirLive WN-200USB wireless 11b/g/n dongle
> > >
> > > References: https://bugs.debian.org/766802
> > > Reported-by: Martin Mokrejs <[email protected]>
> >
> > Was this patch tested by reporter? I would rather see Reported-and-tested-by tag :-)
>
> The reporter confirmed the following trick worked:
>
> # echo rt2800usb >> /etc/modules
> # echo 'install rt2800usb /sbin/modprobe --ignore-install rt2800usb $CMDLINE_OPTS && echo 1b75 a200 > /sys/bus/usb/drivers/rt2800usb/new_id' > /etc/modprobe.d/ralink.conf
> # modprobe -r rt2800usb ; modprobe rt2800usb

Ok, that's fine .

Acked-by: Stanislaw Gruszka <[email protected]>


2014-10-29 11:28:14

by Cyril Brulebois

[permalink] [raw]
Subject: Re: [PATCH] wireless: rt2x00: add new rt2800usb device

Stanislaw Gruszka <[email protected]> (2014-10-29):
> On Tue, Oct 28, 2014 at 04:42:41PM +0100, Cyril Brulebois wrote:
> > 0x1b75 0xa200 AirLive WN-200USB wireless 11b/g/n dongle
> >
> > References: https://bugs.debian.org/766802
> > Reported-by: Martin Mokrejs <[email protected]>
>
> Was this patch tested by reporter? I would rather see Reported-and-tested-by tag :-)

The reporter confirmed the following trick worked:

# echo rt2800usb >> /etc/modules
# echo 'install rt2800usb /sbin/modprobe --ignore-install rt2800usb $CMDLINE_OPTS && echo 1b75 a200 > /sys/bus/usb/drivers/rt2800usb/new_id' > /etc/modprobe.d/ralink.conf
# modprobe -r rt2800usb ; modprobe rt2800usb

but I'll try and get this patch tested on top of 3.16.x (which is what
we have in Debian at the moment) if that's good enough for you.

Mraw,
KiBi.


Attachments:
(No filename) (842.00 B)
signature.asc (836.00 B)
Digital signature
Download all attachments

2014-10-29 11:05:19

by Stanislaw Gruszka

[permalink] [raw]
Subject: Re: [PATCH] wireless: rt2x00: add new rt2800usb device

On Tue, Oct 28, 2014 at 04:42:41PM +0100, Cyril Brulebois wrote:
> 0x1b75 0xa200 AirLive WN-200USB wireless 11b/g/n dongle
>
> References: https://bugs.debian.org/766802
> Reported-by: Martin Mokrejs <[email protected]>

Was this patch tested by reporter? I would rather see Reported-and-tested-by tag :-)

Stanislaw