diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index 52d6fdc..8c74e0e 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -269,6 +269,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = { {USB_DEVICE_AND_INTERFACE_INFO(0x0E66, 0x0025, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Hawking HW12ACU */ {USB_DEVICE_AND_INTERFACE_INFO(0x13B1, 0x0043, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Alpha - Linksys */ {USB_DEVICE_AND_INTERFACE_INFO(0x0BDA, 0x2102, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* CCNC */ + {USB_DEVICE_AND_INTERFACE_INFO(0x056e, 0x4011, 0xff, 0xff, 0xff), .driver_info = RTL8822B}, /* Elecom */ #endif /* CONFIG_RTL8822B */ #ifdef CONFIG_RTL8723D diff --git a/supported-device-IDs b/supported-device-IDs index 3102d48..f807e45 100644 --- a/supported-device-IDs +++ b/supported-device-IDs @@ -47,6 +47,7 @@ ID 04CA:8602 ID 0E66:0025 ID 13B1:0043 ID 0BDA:2102 +ID 056E:4011 If your adapter matches one of the default or seller specific IDs then this is the driver to use.