Add VID/PID to support Mercusys MW300UH adapter (#137)

* Add VID/PID to support Mercusys MW300UH adapter
This commit is contained in:
vasreb 2019-09-10 22:35:58 +03:00 committed by Carlos Garcés
parent 89a8c35a18
commit d899c57f8f

View File

@ -198,6 +198,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
/*=== 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, 0x0104),.driver_info = RTL8192E}, /* Mercusys MW300UH */
#endif
#ifdef CONFIG_RTL8723B