Commit 8fd9d059 authored by Albert Pool's avatar Albert Pool Committed by John W. Linville

rt2800usb: 2001:3c17 is an RT3370 device

D-Link DWA-123 rev A1

Signed-off-by: Albert Pool<albertpool@solcon.nl>
Cc: <stable@vger.kernel.org>
Acked-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent be0f4237
...@@ -1137,6 +1137,8 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -1137,6 +1137,8 @@ static struct usb_device_id rt2800usb_device_table[] = {
#ifdef CONFIG_RT2800USB_RT33XX #ifdef CONFIG_RT2800USB_RT33XX
/* Belkin */ /* Belkin */
{ USB_DEVICE(0x050d, 0x945b) }, { USB_DEVICE(0x050d, 0x945b) },
/* D-Link */
{ USB_DEVICE(0x2001, 0x3c17) },
/* Panasonic */ /* Panasonic */
{ USB_DEVICE(0x083a, 0xb511) }, { USB_DEVICE(0x083a, 0xb511) },
/* Philips */ /* Philips */
...@@ -1237,7 +1239,6 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -1237,7 +1239,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
/* D-Link */ /* D-Link */
{ USB_DEVICE(0x07d1, 0x3c0b) }, { USB_DEVICE(0x07d1, 0x3c0b) },
{ USB_DEVICE(0x07d1, 0x3c17) }, { USB_DEVICE(0x07d1, 0x3c17) },
{ USB_DEVICE(0x2001, 0x3c17) },
/* Encore */ /* Encore */
{ USB_DEVICE(0x203d, 0x14a1) }, { USB_DEVICE(0x203d, 0x14a1) },
/* Gemtek */ /* Gemtek */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment