aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/wireless/rt2x00/rt2800usb.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c
index 42b5b659af16..8a57646925a8 100644
--- a/drivers/net/wireless/rt2x00/rt2800usb.c
+++ b/drivers/net/wireless/rt2x00/rt2800usb.c
@@ -1099,9 +1099,11 @@ static struct usb_device_id rt2800usb_device_table[] = {
1099 { USB_DEVICE(0x15a9, 0x0006) }, 1099 { USB_DEVICE(0x15a9, 0x0006) },
1100 /* Sweex */ 1100 /* Sweex */
1101 { USB_DEVICE(0x177f, 0x0153) }, 1101 { USB_DEVICE(0x177f, 0x0153) },
1102 { USB_DEVICE(0x177f, 0x0164) },
1102 { USB_DEVICE(0x177f, 0x0302) }, 1103 { USB_DEVICE(0x177f, 0x0302) },
1103 { USB_DEVICE(0x177f, 0x0313) }, 1104 { USB_DEVICE(0x177f, 0x0313) },
1104 { USB_DEVICE(0x177f, 0x0323) }, 1105 { USB_DEVICE(0x177f, 0x0323) },
1106 { USB_DEVICE(0x177f, 0x0324) },
1105 /* U-Media */ 1107 /* U-Media */
1106 { USB_DEVICE(0x157e, 0x300e) }, 1108 { USB_DEVICE(0x157e, 0x300e) },
1107 { USB_DEVICE(0x157e, 0x3013) }, 1109 { USB_DEVICE(0x157e, 0x3013) },
@@ -1133,6 +1135,9 @@ static struct usb_device_id rt2800usb_device_table[] = {
1133 { USB_DEVICE(0x148f, 0x8070) }, 1135 { USB_DEVICE(0x148f, 0x8070) },
1134 /* Sitecom */ 1136 /* Sitecom */
1135 { USB_DEVICE(0x0df6, 0x0050) }, 1137 { USB_DEVICE(0x0df6, 0x0050) },
1138 /* Sweex */
1139 { USB_DEVICE(0x177f, 0x0163) },
1140 { USB_DEVICE(0x177f, 0x0165) },
1136#endif 1141#endif
1137#ifdef CONFIG_RT2800USB_RT35XX 1142#ifdef CONFIG_RT2800USB_RT35XX
1138 /* Allwin */ 1143 /* Allwin */