From: Xose Vazquez Perez <xose.vazquez@gmail.com>
To: sikon@ubuntu.com, linux-wireless <linux-wireless@vger.kernel.org>,
users@rt2x00.serialmonkey.com
Subject: Re: [PATCH] Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter
Date: Tue, 11 Dec 2012 03:15:39 +0100 [thread overview]
Message-ID: <50C6974B.5000206@gmail.com> (raw)
Maia Kozheva wrote:
> 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 */
It looks like it's a RT5370 device:
http://www.wikidevi.com/wiki/D-Link_DWA-125_rev_B1
It should go in CONFIG_RT2800USB_RT53XX
NACK
next reply other threads:[~2012-12-11 2:15 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-11 2:15 Xose Vazquez Perez [this message]
2012-12-11 4:38 ` [PATCH v2] Add support for 2001:3c1e (D-Link DWA-125 rev B1) USB Wi-Fi adapter Maia Kozheva
2012-12-11 15:21 ` Xose Vazquez Perez
-- strict thread matches above, loose matches on Subject: below --
2012-12-09 9:07 [PATCH] " Maia Kozheva
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=50C6974B.5000206@gmail.com \
--to=xose.vazquez@gmail.com \
--cc=linux-wireless@vger.kernel.org \
--cc=sikon@ubuntu.com \
--cc=users@rt2x00.serialmonkey.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).