All of lore.kernel.org
 help / color / mirror / Atom feed
From: Maia Kozheva <sikon@ubuntu.com>
To: linux-wireless@vger.kernel.org
Cc: Ivo van Doorn <IvDoorn@gmail.com>,
	Gertjan van Wingerde <gwingerde@gmail.com>,
	Helmut Schaa <helmut.schaa@googlemail.com>,
	linux-kernel@vger.kernel.org
Subject: [PATCH] Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter
Date: Sun, 09 Dec 2012 16:07:40 +0700	[thread overview]
Message-ID: <50C454DC.4070207@ubuntu.com> (raw)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

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>
diff -uprN a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
- --- a/drivers/net/wireless/rt2x00/rt2800usb.c	2012-12-09 15:30:39.051951506 +0700
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c	2012-12-09 15:31:07.679951314 +0700
@@ -965,6 +965,7 @@ static struct usb_device_id rt2800usb_de
 	{ USB_DEVICE(0x07d1, 0x3c15) },
 	{ USB_DEVICE(0x07d1, 0x3c16) },
 	{ USB_DEVICE(0x2001, 0x3c1b) },
+	{ USB_DEVICE(0x2001, 0x3c1e) },
 	/* Draytek */
 	{ USB_DEVICE(0x07fa, 0x7712) },
 	/* DVICO */

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBCAAGBQJQxFTcAAoJEDqDNnQ69yYSg1IIAJbBDufuf1Jp+0flTqrEv9Ti
21g8xQA7f825GreObXW75BOYhP/qtiQm/cYwIBaKn9HsX3HIAShiHJPdlvU8I6hZ
XqOevb8xyqZTOHdub+hM+38eS8DFYiskD72FJL92W0I+/zAusPaos55lECQE8jK1
h+f81f3p97BjxoKgEaR75sDTEuN1NAaobQjbCEd2x12TQqEqBDq213b/VP3rPhBM
+G5mM3QgHYGu8lxndIEcftunRd6G7wrbWe6pU5O2OpkFrwL48ODgdqWCQY/JvHI4
C7kxYyb0e3D+CtAjIzDaTWi8VYlp4FbMcLO+HY0Idnm5EFgeakTCI6QkHjk41wM=
=v9kT
-----END PGP SIGNATURE-----

             reply	other threads:[~2012-12-09  9:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-09  9:07 Maia Kozheva [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-12-11  2:15 [PATCH] Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter Xose Vazquez Perez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50C454DC.4070207@ubuntu.com \
    --to=sikon@ubuntu.com \
    --cc=IvDoorn@gmail.com \
    --cc=gwingerde@gmail.com \
    --cc=helmut.schaa@googlemail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.