Skip to content

Commit

Permalink
rtl8852au: Add ASUS device with ID of 0b05:1a62
Browse files Browse the repository at this point in the history
It is not known if this really is an RTW8852AU. If it is, this will work.

Signed-off-by: Larry Finger <[email protected]>
  • Loading branch information
lwfinger committed Jan 15, 2023
1 parent 7505c48 commit 1bf2f7b
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 @@ -152,6 +152,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {

/*=== ASUS USB-AX56 =======*/
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_ASUS, 0x1997, 0xff, 0xff, 0xff), .driver_info = RTL8852A},
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_ASUS, 0x1a62, 0xff, 0xff, 0xff), .driver_info = RTL8852A},

/*=== BUFFALO WI-U3-1200AX2(/N) =======*/
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_BUFFALO, 0x0312, 0xff, 0xff, 0xff), .driver_info = RTL8852A},
Expand Down

0 comments on commit 1bf2f7b

Please sign in to comment.