Commit 92031724 authored by Gertjan van Wingerde's avatar Gertjan van Wingerde Committed by Greg Kroah-Hartman

rt2x00: Properly identify rt2800usb devices.

commit acb56120 upstream.

Sitecom WLA4000 (USB ID 0x0df6:0x0060) is an RT3072 chipset.
Sitecom WLA5000 (USB ID 0x0df6:0x0062) is an RT3572 chipset.
Signed-off-by: default avatarGertjan van Wingerde <gwingerde@gmail.com>
Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Cc: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 32da4c57
...@@ -943,6 +943,7 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -943,6 +943,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x0df6, 0x0048) }, { USB_DEVICE(0x0df6, 0x0048) },
{ USB_DEVICE(0x0df6, 0x0051) }, { USB_DEVICE(0x0df6, 0x0051) },
{ USB_DEVICE(0x0df6, 0x005f) }, { USB_DEVICE(0x0df6, 0x005f) },
{ USB_DEVICE(0x0df6, 0x0060) },
/* SMC */ /* SMC */
{ USB_DEVICE(0x083a, 0x6618) }, { USB_DEVICE(0x083a, 0x6618) },
{ USB_DEVICE(0x083a, 0x7511) }, { USB_DEVICE(0x083a, 0x7511) },
...@@ -999,6 +1000,7 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -999,6 +1000,7 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x148f, 0x3572) }, { USB_DEVICE(0x148f, 0x3572) },
/* Sitecom */ /* Sitecom */
{ USB_DEVICE(0x0df6, 0x0041) }, { USB_DEVICE(0x0df6, 0x0041) },
{ USB_DEVICE(0x0df6, 0x0062) },
/* Toshiba */ /* Toshiba */
{ USB_DEVICE(0x0930, 0x0a07) }, { USB_DEVICE(0x0930, 0x0a07) },
/* Zinwell */ /* Zinwell */
...@@ -1096,8 +1098,6 @@ static struct usb_device_id rt2800usb_device_table[] = { ...@@ -1096,8 +1098,6 @@ static struct usb_device_id rt2800usb_device_table[] = {
{ USB_DEVICE(0x0df6, 0x004a) }, { USB_DEVICE(0x0df6, 0x004a) },
{ USB_DEVICE(0x0df6, 0x004d) }, { USB_DEVICE(0x0df6, 0x004d) },
{ USB_DEVICE(0x0df6, 0x0053) }, { USB_DEVICE(0x0df6, 0x0053) },
{ USB_DEVICE(0x0df6, 0x0060) },
{ USB_DEVICE(0x0df6, 0x0062) },
/* SMC */ /* SMC */
{ USB_DEVICE(0x083a, 0xa512) }, { USB_DEVICE(0x083a, 0xa512) },
{ USB_DEVICE(0x083a, 0xc522) }, { USB_DEVICE(0x083a, 0xc522) },
......
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