[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#766802: linux-image-amd64: rt2800usb driver does not include 1b75:a200 USB id's as a supported device



mmokrejs@fold.natur.cuni.cz <mmokrejs@fold.natur.cuni.cz> (2014-10-26):
> Package: linux-image-amd64
> Version: 3.2+46
> Severity: wishlist
> 
> Dear Maintainer,
> 
>    I tried an old-ish OvisLink WN-200USB WiFi USB dongle but it is not picked up
>  by linux kernel (tried initially 3.2+46 provided by Wheezy but later tried even
>  3.15.3 with same result. Thanks to Geoff Simmons I got it working. Below is
>  whole recipe. Please contact linux kernel maintainers to add the missing id
>  numbers.

Hi,

I don't want to stomp on anyone's toes but I have the attached patch
ready to submit upstream if Debian kernel maintainers are happy with
my doing so.

Mraw,
KiBi.
From 88076723363bd88f2431fa9565d053a2faf784d6 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Sun, 26 Oct 2014 12:33:38 +0100
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 <mmokrejs@fold.natur.cuni.cz>
Cc: stable@vger.kernel.org
Signed-off-by: Cyril Brulebois <kibi@debian.org>
---
 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

Attachment: signature.asc
Description: Digital signature


Reply to: