Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

wireless: rt2x00: rt2800usb: add new devices

0411,0241 RT5572 BUFFALO WI-U2-300D Wireless LAN Adapter
0789,0170 RT3572 Logitec LAN-W300AN/U2
0846,9013 RT3573 NETGEAR Adaptador USB Inalambrico Movistar
0df6,006e RT3573 Sitecom WiFi USB adapter N900
2001,3c1f RT3573 D-Link DWA-162 Wireless N900 Dual Band Adapter
2001,3c20 RT5372 D-Link DWA-140 Wireless N USB Adapter(rev.D)
2001,3c21 RT5572 D-Link DWA-160 Xtreme N Dual Band USB Adapter(rev.C)
2001,3c22 RT5372 D-Link DWA-132 Wireless N USB Adapter(rev.B)
2001,3c23 RT5372 D-Link GO-USB-N300 Wireless N Easy USB Adapter
2019,ab29 ? Planex GW-USMirco300
20f4,724a RT5572 TRENDnet N600 Wireless Dual Band USB Adapter

Cc: Ivo van Doorn <IvDoorn@gmail.com>
Cc: Gertjan van Wingerde <gwingerde@gmail.com>
Cc: Helmut Schaa <helmut.schaa@googlemail.com>
Cc: John W. Linville <linville@tuxdriver.com>
Cc: users@rt2x00.serialmonkey.com
Cc: linux-wireless@vger.kernel.org
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Xose Vazquez Perez and committed by
John W. Linville
274dede8 d41200ad

+16 -1
+16 -1
drivers/net/wireless/rt2x00/rt2800usb.c
··· 1176 1176 /* Linksys */ 1177 1177 { USB_DEVICE(0x13b1, 0x002f) }, 1178 1178 { USB_DEVICE(0x1737, 0x0079) }, 1179 + /* Logitec */ 1180 + { USB_DEVICE(0x0789, 0x0170) }, 1179 1181 /* Ralink */ 1180 1182 { USB_DEVICE(0x148f, 0x3572) }, 1181 1183 /* Sitecom */ ··· 1201 1199 { USB_DEVICE(0x050d, 0x1103) }, 1202 1200 /* Cameo */ 1203 1201 { USB_DEVICE(0x148f, 0xf301) }, 1202 + /* D-Link */ 1203 + { USB_DEVICE(0x2001, 0x3c1f) }, 1204 1204 /* Edimax */ 1205 1205 { USB_DEVICE(0x7392, 0x7733) }, 1206 1206 /* Hawking */ ··· 1216 1212 { USB_DEVICE(0x0789, 0x016b) }, 1217 1213 /* NETGEAR */ 1218 1214 { USB_DEVICE(0x0846, 0x9012) }, 1215 + { USB_DEVICE(0x0846, 0x9013) }, 1219 1216 { USB_DEVICE(0x0846, 0x9019) }, 1220 1217 /* Planex */ 1221 1218 { USB_DEVICE(0x2019, 0xed19) }, ··· 1225 1220 /* Sitecom */ 1226 1221 { USB_DEVICE(0x0df6, 0x0067) }, 1227 1222 { USB_DEVICE(0x0df6, 0x006a) }, 1223 + { USB_DEVICE(0x0df6, 0x006e) }, 1228 1224 /* ZyXEL */ 1229 1225 { USB_DEVICE(0x0586, 0x3421) }, 1230 1226 #endif ··· 1242 1236 { USB_DEVICE(0x2001, 0x3c1c) }, 1243 1237 { USB_DEVICE(0x2001, 0x3c1d) }, 1244 1238 { USB_DEVICE(0x2001, 0x3c1e) }, 1239 + { USB_DEVICE(0x2001, 0x3c20) }, 1240 + { USB_DEVICE(0x2001, 0x3c22) }, 1241 + { USB_DEVICE(0x2001, 0x3c23) }, 1245 1242 /* LG innotek */ 1246 1243 { USB_DEVICE(0x043e, 0x7a22) }, 1247 1244 { USB_DEVICE(0x043e, 0x7a42) }, ··· 1267 1258 { USB_DEVICE(0x043e, 0x7a32) }, 1268 1259 /* AVM GmbH */ 1269 1260 { USB_DEVICE(0x057c, 0x8501) }, 1270 - /* D-Link DWA-160-B2 */ 1261 + /* Buffalo */ 1262 + { USB_DEVICE(0x0411, 0x0241) }, 1263 + /* D-Link */ 1271 1264 { USB_DEVICE(0x2001, 0x3c1a) }, 1265 + { USB_DEVICE(0x2001, 0x3c21) }, 1272 1266 /* Proware */ 1273 1267 { USB_DEVICE(0x043e, 0x7a13) }, 1274 1268 /* Ralink */ 1275 1269 { USB_DEVICE(0x148f, 0x5572) }, 1270 + /* TRENDnet */ 1271 + { USB_DEVICE(0x20f4, 0x724a) }, 1276 1272 #endif 1277 1273 #ifdef CONFIG_RT2800USB_UNKNOWN 1278 1274 /* ··· 1347 1333 { USB_DEVICE(0x1d4d, 0x0010) }, 1348 1334 /* Planex */ 1349 1335 { USB_DEVICE(0x2019, 0xab24) }, 1336 + { USB_DEVICE(0x2019, 0xab29) }, 1350 1337 /* Qcom */ 1351 1338 { USB_DEVICE(0x18e8, 0x6259) }, 1352 1339 /* RadioShack */