From efbb6b982b037b6ac5348023c71aa08dce04bf2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=98=E3=81=A3=E3=81=9D=E3=81=86=E3=81=AE=E3=81=B2?= =?UTF-8?q?=E3=81=A8?= Date: Sat, 30 Jan 2016 20:33:58 +0900 Subject: [PATCH] ELECOM WDC-433DU2H fix --- 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 84b33c7..9aff784 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -291,6 +291,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={ {USB_DEVICE(0x0846, 0x9052),.driver_info = RTL8821}, /* Netgear - A6100 */ {USB_DEVICE(0x2019, 0xAB32),.driver_info = RTL8821}, /* Planex - GW-450S */ {USB_DEVICE(0x0411, 0x0242),.driver_info = RTL8821}, /* BUFFALO - Edimax */ + {USB_DEVICE(0x0411, 0x0242),.driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */ #endif #ifdef CONFIG_RTL8192E