1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

More USB VID/PID

* Added support for TP-LINK Archer T9UH
* Added support for TRENDnet - TRENDnet
This commit is contained in:
Christian kimocoder 2017-10-02 22:36:24 +02:00 committed by GitHub
parent 453aeb9177
commit c2939132c9

View File

@ -229,6 +229,8 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE(0x7392, 0xA834), .driver_info = RTL8814A}, /* Edimax - Edimax */
{USB_DEVICE(0x7392, 0xA833), .driver_info = RTL8814A}, /* Edimax - AC1750 */
{USB_DEVICE(0x0846, 0x9054), .driver_info = RTL8814A}, /* Netgear - A7000 */
{USB_DEVICE(0x2357, 0x0106), .driver_info = RTL8814A}, /* TP-LINK Archer T9UH */
{USB_DEVICE(0x20F4, 0x809A), .driver_info = RTL8814A}, /* TRENDnet - TRENDnet */
{USB_DEVICE(0x20F4, 0x809B), .driver_info = RTL8814A}, /* TRENDnet - TEW-809UB */
#endif /* CONFIG_RTL8814A */