linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rt2800usb: 2001:3c17 is an RT3370 device
@ 2012-05-14 16:08 Albert Pool
  2012-05-14 18:14 ` Gertjan van Wingerde
  0 siblings, 1 reply; 2+ messages in thread
From: Albert Pool @ 2012-05-14 16:08 UTC (permalink / raw)
  To: IvDoorn, gwingerde, helmut.schaa; +Cc: linux-wireless, users, linux-kernel

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-14 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 16:08 [PATCH] rt2800usb: 2001:3c17 is an RT3370 device Albert Pool
2012-05-14 18:14 ` Gertjan van Wingerde

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).