From c5958798301f44d5f3b491daba370dcd0fa9a085 Mon Sep 17 00:00:00 2001 From: aes512 Date: Mon, 25 Jun 2018 20:42:02 -0700 Subject: [PATCH] Add RTL8814A driver support for Hawking HW17ACU 1750AC USB --- os_dep/linux/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 3c56a44..e128e86 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -234,6 +234,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x20F4, 0x809A), .driver_info = RTL8814A}, /* TRENDnet - TRENDnet */ {USB_DEVICE(0x20F4, 0x809B), .driver_info = RTL8814A}, /* TRENDnet TEW-809UB */ {USB_DEVICE(0x0846, 0x9054), .driver_info = RTL8814A}, /* Netgear A7000 */ + {USB_DEVICE(0x0E66, 0x0026), .driver_info = RTL8814A}, /* Hawking HW17ACU 1750AC */ #endif /* CONFIG_RTL8814A */ #ifdef CONFIG_RTL8188F