diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800usb.c')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800usb.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800usb.c b/drivers/net/wireless/rt2x00/rt2800usb.c index 8a57646925a8..098613ed93fb 100644 --- a/drivers/net/wireless/rt2x00/rt2800usb.c +++ b/drivers/net/wireless/rt2x00/rt2800usb.c | |||
@@ -1219,10 +1219,15 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1219 | { USB_DEVICE(0x0b05, 0x1760) }, | 1219 | { USB_DEVICE(0x0b05, 0x1760) }, |
1220 | { USB_DEVICE(0x0b05, 0x1761) }, | 1220 | { USB_DEVICE(0x0b05, 0x1761) }, |
1221 | { USB_DEVICE(0x0b05, 0x1790) }, | 1221 | { USB_DEVICE(0x0b05, 0x1790) }, |
1222 | { USB_DEVICE(0x0b05, 0x17a7) }, | ||
1222 | /* AzureWave */ | 1223 | /* AzureWave */ |
1223 | { USB_DEVICE(0x13d3, 0x3262) }, | 1224 | { USB_DEVICE(0x13d3, 0x3262) }, |
1224 | { USB_DEVICE(0x13d3, 0x3284) }, | 1225 | { USB_DEVICE(0x13d3, 0x3284) }, |
1225 | { USB_DEVICE(0x13d3, 0x3322) }, | 1226 | { USB_DEVICE(0x13d3, 0x3322) }, |
1227 | { USB_DEVICE(0x13d3, 0x3340) }, | ||
1228 | { USB_DEVICE(0x13d3, 0x3399) }, | ||
1229 | { USB_DEVICE(0x13d3, 0x3400) }, | ||
1230 | { USB_DEVICE(0x13d3, 0x3401) }, | ||
1226 | /* Belkin */ | 1231 | /* Belkin */ |
1227 | { USB_DEVICE(0x050d, 0x1003) }, | 1232 | { USB_DEVICE(0x050d, 0x1003) }, |
1228 | /* Buffalo */ | 1233 | /* Buffalo */ |
@@ -1237,10 +1242,15 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1237 | { USB_DEVICE(0x07d1, 0x3c0b) }, | 1242 | { USB_DEVICE(0x07d1, 0x3c0b) }, |
1238 | /* Encore */ | 1243 | /* Encore */ |
1239 | { USB_DEVICE(0x203d, 0x14a1) }, | 1244 | { USB_DEVICE(0x203d, 0x14a1) }, |
1245 | /* EnGenius */ | ||
1246 | { USB_DEVICE(0x1740, 0x0600) }, | ||
1247 | { USB_DEVICE(0x1740, 0x0602) }, | ||
1240 | /* Gemtek */ | 1248 | /* Gemtek */ |
1241 | { USB_DEVICE(0x15a9, 0x0010) }, | 1249 | { USB_DEVICE(0x15a9, 0x0010) }, |
1242 | /* Gigabyte */ | 1250 | /* Gigabyte */ |
1243 | { USB_DEVICE(0x1044, 0x800c) }, | 1251 | { USB_DEVICE(0x1044, 0x800c) }, |
1252 | /* Hercules */ | ||
1253 | { USB_DEVICE(0x06f8, 0xe036) }, | ||
1244 | /* Huawei */ | 1254 | /* Huawei */ |
1245 | { USB_DEVICE(0x148f, 0xf101) }, | 1255 | { USB_DEVICE(0x148f, 0xf101) }, |
1246 | /* I-O DATA */ | 1256 | /* I-O DATA */ |
@@ -1267,11 +1277,17 @@ static struct usb_device_id rt2800usb_device_table[] = { | |||
1267 | { USB_DEVICE(0x0df6, 0x004a) }, | 1277 | { USB_DEVICE(0x0df6, 0x004a) }, |
1268 | { USB_DEVICE(0x0df6, 0x004d) }, | 1278 | { USB_DEVICE(0x0df6, 0x004d) }, |
1269 | { USB_DEVICE(0x0df6, 0x0053) }, | 1279 | { USB_DEVICE(0x0df6, 0x0053) }, |
1280 | { USB_DEVICE(0x0df6, 0x0069) }, | ||
1281 | { USB_DEVICE(0x0df6, 0x006f) }, | ||
1270 | /* SMC */ | 1282 | /* SMC */ |
1271 | { USB_DEVICE(0x083a, 0xa512) }, | 1283 | { USB_DEVICE(0x083a, 0xa512) }, |
1272 | { USB_DEVICE(0x083a, 0xc522) }, | 1284 | { USB_DEVICE(0x083a, 0xc522) }, |
1273 | { USB_DEVICE(0x083a, 0xd522) }, | 1285 | { USB_DEVICE(0x083a, 0xd522) }, |
1274 | { USB_DEVICE(0x083a, 0xf511) }, | 1286 | { USB_DEVICE(0x083a, 0xf511) }, |
1287 | /* Sweex */ | ||
1288 | { USB_DEVICE(0x177f, 0x0254) }, | ||
1289 | /* TP-LINK */ | ||
1290 | { USB_DEVICE(0xf201, 0x5370) }, | ||
1275 | #endif | 1291 | #endif |
1276 | { 0, } | 1292 | { 0, } |
1277 | }; | 1293 | }; |