diff options
author | Maia Kozheva <sikon@ubuntu.com> | 2012-12-09 04:07:40 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-12-10 15:49:37 -0500 |
commit | fd7b9270120ca7e53fbf0469febe0c68acf6a0a2 (patch) | |
tree | bc83005ab853738d137dab87ddadb56290c53192 /drivers/net/wireless/rt2x00 | |
parent | 6cdd6400b244e6c130b8b418af28a0aec60ad5b5 (diff) |
rt2800usb: Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter
D-Link DWA-125/B1 is a relatively new USB Wi-Fi adapter, using a
Ralink chipset supported by the rt2800usb driver. Currently, to work
around the problem (it's missing in all present kernel versions,
up to and including 3.7.x), I had to add this to /etc/rc.local:
echo 2001 3c1e >> /sys/bus/usb/drivers/rt2800usb/new_id
After that, the device works without problems. Been using it for over
a week with no bugs in sight.
The attached patch is trivial and simply adds the new USB ID to the
list of devices handled by rt2800usb.
Signed-off-by: Maia Kozheva <sikon@ubuntu.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00')
-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 023081286e0c..d67d14e42382 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -965,6 +965,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
965 | { USB_DEVICE(0x07d1, 0x3c15) }, | 965 | { USB_DEVICE(0x07d1, 0x3c15) }, |
966 | { USB_DEVICE(0x07d1, 0x3c16) }, | 966 | { USB_DEVICE(0x07d1, 0x3c16) }, |
967 | { USB_DEVICE(0x2001, 0x3c1b) }, | 967 | { USB_DEVICE(0x2001, 0x3c1b) }, |
968 | { USB_DEVICE(0x2001, 0x3c1e) }, | ||
968 | /* Draytek */ | 969 | /* Draytek */ |
969 | { USB_DEVICE(0x07fa, 0x7712) }, | 970 | { USB_DEVICE(0x07fa, 0x7712) }, |
970 | /* DVICO */ | 971 | /* DVICO */ |