Skip to content

Commit

Permalink
Add Support ASUS USB-N10 Nano dongle
Browse files Browse the repository at this point in the history
  • Loading branch information
helmiau committed Mar 4, 2022
1 parent 0550240 commit bb2bc93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_dep/linux/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x2001, 0x3311), .driver_info = RTL8188E}, /* DLink GO-USB-N150 REV B1 */
{USB_DEVICE(0x2001, 0x331B), .driver_info = RTL8188E}, /* DLink DWA-121 REV B1 */
{USB_DEVICE(0x056E, 0x4008), .driver_info = RTL8188E}, /* Elecom WDC-150SU2M */
{USB_DEVICE(0x0B05, 0x18F0), .driver_info = RTL8188E}, /* ASUS USB-N10 Nano */
#endif

#ifdef CONFIG_RTL8812A
Expand Down

0 comments on commit bb2bc93

Please sign in to comment.