diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c index a4d0244..5c49b8d 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -60,6 +60,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */ {USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */ {USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */ + {USB_DEVICE(0x2C4E, 0x0102)}, /* MERCUSYS MW150US v2 */ {} /* Terminating entry */ };