Add VID/PID to support Mercusys MW300UM adapter. (#133)

* Add VID/PID to support MW300UM adapter.
This commit is contained in:
SatanicRaw 2019-07-11 18:51:14 +06:00 committed by Carlos Garcés
parent ae558aa677
commit 13b9c39980

View File

@ -197,6 +197,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
{USB_DEVICE(0x2019, 0xab33),.driver_info = RTL8192E}, /* PLANEX - GW-300S Katana */ {USB_DEVICE(0x2019, 0xab33),.driver_info = RTL8192E}, /* PLANEX - GW-300S Katana */
/*=== Customer ID ===*/ /*=== Customer ID ===*/
{USB_DEVICE(0x2001, 0x3319),.driver_info = RTL8192E}, /* D-Link - DWA-131 */ {USB_DEVICE(0x2001, 0x3319),.driver_info = RTL8192E}, /* D-Link - DWA-131 */
{USB_DEVICE(0x2c4e, 0x0100),.driver_info = RTL8192E}, /* Mercusys MW300UM */
#endif #endif
#ifdef CONFIG_RTL8723B #ifdef CONFIG_RTL8723B