We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cf. https://qiita.com/toskun/items/b9100d73719c27c13350
diff --git a/os_dep/linux/usb_intf.c b/os_dep/linux/usb_intf.c index ca2fa16..1d43fb3 100644 --- a/os_dep/linux/usb_intf.c +++ b/os_dep/linux/usb_intf.c @@ -302,6 +302,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={ {USB_DEVICE(0x0411, 0x0242),.driver_info = RTL8821}, /* BUFFALO - Edimax */ {USB_DEVICE(0x0411, 0x029B),.driver_info = RTL8821}, /* BUFFALO - WI-U2-433DHP */ {USB_DEVICE(0x056E, 0x4007),.driver_info = RTL8821}, /* ELECOM - WDC-433DU2H */ + {USB_DEVICE(0x056e, 0x400e),.driver_info = RTL8821}, /* ELECOM - WDC-433SU2M2 */ {USB_DEVICE(0x04BB, 0x0953),.driver_info = RTL8821}, /* I-O DATA - WN-AC433UA */ {USB_DEVICE(0x04BB, 0x0959),.driver_info = RTL8821}, /* I-O DATA - WN-AC433UMK */ {USB_DEVICE(0x0BDA, 0xA811),.driver_info = RTL8821}, /* GMYLE - AC450 */
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cf. https://qiita.com/toskun/items/b9100d73719c27c13350
The text was updated successfully, but these errors were encountered: