diff options
author | Cyril Brulebois <kibi@debian.org> | 2014-10-28 16:42:41 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-10-30 15:00:22 -0400 |
commit | 664d6a792785cc677c2091038ce10322c8d04ae1 (patch) | |
tree | 5ceb161c0886452f7522b6814b08f8e32f2a2211 | |
parent | 99c814066e75d09e6a38574c6c395f022a04b730 (diff) | |
download | linux-stable-664d6a792785cc677c2091038ce10322c8d04ae1.tar.gz linux-stable-664d6a792785cc677c2091038ce10322c8d04ae1.tar.bz2 linux-stable-664d6a792785cc677c2091038ce10322c8d04ae1.zip |
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 <mmokrejs@fold.natur.cuni.cz>
Cc: stable@vger.kernel.org
Signed-off-by: Cyril Brulebois <kibi@debian.org>
Acked-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 573897b8e878..8444313eabe2 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 */ |