From d899c57f8f2b10f7139fb7ad6f27be4f94634e41 Mon Sep 17 00:00:00 2001 From: vasreb <48135441+vasreb@users.noreply.github.com> Date: Tue, 10 Sep 2019 22:35:58 +0300 Subject: [PATCH] Add VID/PID to support Mercusys MW300UH adapter (#137) * Add VID/PID to support Mercusys MW300UH adapter --- os_dep/linux/usb_intf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 2ec9718..fa10eb0 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -197,7 +197,8 @@ static struct usb_device_id rtw_usb_id_tbl[] ={ {USB_DEVICE(0x2019, 0xab33),.driver_info = RTL8192E}, /* PLANEX - GW-300S Katana */ /*=== Customer ID ===*/ {USB_DEVICE(0x2001, 0x3319),.driver_info = RTL8192E}, /* D-Link - DWA-131 */ - {USB_DEVICE(0x2c4e, 0x0100),.driver_info = RTL8192E}, /* Mercusys MW300UM */ + {USB_DEVICE(0x2c4e, 0x0100),.driver_info = RTL8192E}, /* Mercusys MW300UM */ + {USB_DEVICE(0x2c4e, 0x0104),.driver_info = RTL8192E}, /* Mercusys MW300UH */ #endif #ifdef CONFIG_RTL8723B