linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Albert Pool <albertpool@solcon.nl>
To: IvDoorn@gmail.com, gwingerde@gmail.com, helmut.schaa@googlemail.com
Cc: linux-wireless@vger.kernel.org, users@rt2x00.serialmonkey.com,
	linux-kernel@vger.kernel.org
Subject: [PATCH] rt2800usb: 2001:3c17 is an RT3370 device
Date: Mon, 14 May 2012 18:08:32 +0200	[thread overview]
Message-ID: <4FB12E00.4050104@solcon.nl> (raw)

D-Link DWA-123 rev A1

Signed-off-by: Albert Pool<albertpool@solcon.nl>
---
  drivers/net/wireless/rt2x00/rt2800usb.c |    3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 262ee9e..6ee4051 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1070,6 +1070,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
  #ifdef CONFIG_RT2800USB_RT33XX
  	/* Belkin */
  	{ USB_DEVICE(0x050d, 0x945b) },
+	/* D-Link */
+	{ USB_DEVICE(0x2001, 0x3c17) },
  	/* Ralink */
  	{ USB_DEVICE(0x148f, 0x3370) },
  	{ USB_DEVICE(0x148f, 0x8070) },
@@ -1145,7 +1147,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
  	/* D-Link */
  	{ USB_DEVICE(0x07d1, 0x3c0b) },
  	{ USB_DEVICE(0x07d1, 0x3c17) },
-	{ USB_DEVICE(0x2001, 0x3c17) },
  	/* Edimax */
  	{ USB_DEVICE(0x7392, 0x4085) },
  	/* Encore */
-- 
1.7.9



             reply	other threads:[~2012-05-14 16:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-14 16:08 Albert Pool [this message]
2012-05-14 18:14 ` [PATCH] rt2800usb: 2001:3c17 is an RT3370 device Gertjan van Wingerde

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=4FB12E00.4050104@solcon.nl \
    --to=albertpool@solcon.nl \
    --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 \
    --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).