diff options
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 6e9229830a29..af230583d0a6 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -1020,6 +1020,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1020 | { USB_DEVICE(0x0df6, 0x0048) }, | 1020 | { USB_DEVICE(0x0df6, 0x0048) }, |
1021 | { USB_DEVICE(0x0df6, 0x0051) }, | 1021 | { USB_DEVICE(0x0df6, 0x0051) }, |
1022 | { USB_DEVICE(0x0df6, 0x005f) }, | 1022 | { USB_DEVICE(0x0df6, 0x005f) }, |
1023 | { USB_DEVICE(0x0df6, 0x0060) }, | ||
1023 | /* SMC */ | 1024 | /* SMC */ |
1024 | { USB_DEVICE(0x083a, 0x6618) }, | 1025 | { USB_DEVICE(0x083a, 0x6618) }, |
1025 | { USB_DEVICE(0x083a, 0x7511) }, | 1026 | { USB_DEVICE(0x083a, 0x7511) }, |
@@ -1076,6 +1077,7 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1076 | { USB_DEVICE(0x148f, 0x3572) }, | 1077 | { USB_DEVICE(0x148f, 0x3572) }, |
1077 | /* Sitecom */ | 1078 | /* Sitecom */ |
1078 | { USB_DEVICE(0x0df6, 0x0041) }, | 1079 | { USB_DEVICE(0x0df6, 0x0041) }, |
1080 | { USB_DEVICE(0x0df6, 0x0062) }, | ||
1079 | /* Toshiba */ | 1081 | /* Toshiba */ |
1080 | { USB_DEVICE(0x0930, 0x0a07) }, | 1082 | { USB_DEVICE(0x0930, 0x0a07) }, |
1081 | /* Zinwell */ | 1083 | /* Zinwell */ |
@@ -1174,8 +1176,6 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1174 | { USB_DEVICE(0x0df6, 0x004a) }, | 1176 | { USB_DEVICE(0x0df6, 0x004a) }, |
1175 | { USB_DEVICE(0x0df6, 0x004d) }, | 1177 | { USB_DEVICE(0x0df6, 0x004d) }, |
1176 | { USB_DEVICE(0x0df6, 0x0053) }, | 1178 | { USB_DEVICE(0x0df6, 0x0053) }, |
1177 | { USB_DEVICE(0x0df6, 0x0060) }, | ||
1178 | { USB_DEVICE(0x0df6, 0x0062) }, | ||
1179 | /* SMC */ | 1179 | /* SMC */ |
1180 | { USB_DEVICE(0x083a, 0xa512) }, | 1180 | { USB_DEVICE(0x083a, 0xa512) }, |
1181 | { USB_DEVICE(0x083a, 0xc522) }, | 1181 | { USB_DEVICE(0x083a, 0xc522) }, |