From 033cd0a42bb5f3bd7bdf8990af96b833cc88ac32 Mon Sep 17 00:00:00 2001 From: PaddyPooskie <34067428+PaddyPooskie@users.noreply.github.com> Date: Fri, 29 Nov 2019 15:20:01 -0500 Subject: [PATCH] Update usb_intf.c --- os_dep/linux/usb_intf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index e128e86..732cc56 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -174,6 +174,8 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x0BDA, 0x8812), .driver_info = RTL8812}, /* Alfa - AWUS036AC, AWUS036ACH & AWUS036EAC */ {USB_DEVICE(0x2604, 0x0012), .driver_info = RTL8812}, /* Tenda U12 */ {USB_DEVICE(0x0BDA, 0x881A), .driver_info = RTL8812}, /* Unex DAUK-W8812 */ + {USB_DEVICE(0x0BDA, 0xb812), .driver_info = RTL8812}, /* Unsure... */ + #endif #ifdef CONFIG_RTL8821A