From b3c72ae35fb8ae7f385f7ac8873d204fb3682dad Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Sat, 2 Sep 2017 11:16:31 +0200 Subject: [PATCH] More USB VID/PID * Added support for "Buffalo - WI-U2-433DHP" as reported by @kamijin-fanta --- 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 78ded8c..41ceb38 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -199,6 +199,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x0411, 0x0242), .driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */ {USB_DEVICE(0x2019, 0xAB32), .driver_info = RTL8821}, /* Planex - GW-450S */ {USB_DEVICE(0x0846, 0x9052), .driver_info = RTL8821}, /* Netgear - A6100 */ + {USB_DEVICE(0x0411, 0x029B), .driver_info = RTL8821}, /* Buffalo - WI-U2-433DHP */ #endif #ifdef CONFIG_RTL8192E