Skip to content

Commit a0c4479

Browse files
author
Thomas Pircher
authored
Merge pull request tpircher-zz#3 from francoism90/master
Update usb_intf.c, add support for new rev. Asus USB-AC68 Wireless-AC1900 USB
2 parents 8a1cd7f + 015a21a commit a0c4479

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os_dep/linux/usb_intf.c

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ static struct usb_device_id rtw_usb_id_tbl[] ={
208208
{USB_DEVICE(0x2001, 0x331a), .driver_info = RTL8814A}, /* D-Link - D-Link */
209209
{USB_DEVICE(0x0b05, 0x1817), .driver_info = RTL8814A}, /* ASUS - ASUSTeK */
210210
{USB_DEVICE(0x0b05, 0x1852), .driver_info = RTL8814A}, /* ASUS - ASUSTeK */
211+
{USB_DEVICE(0x0b05, 0x1853), .driver_info = RTL8814A}, /* ASUS - ASUSTeK */
211212
{USB_DEVICE(0x056E, 0x400B), .driver_info = RTL8814A}, /* ELECOM - ELECOM */
212213
{USB_DEVICE(0x056E, 0x400D), .driver_info = RTL8814A}, /* ELECOM - ELECOM */
213214
{USB_DEVICE(0x7392, 0xA833), .driver_info = RTL8814A}, /* Edimax - Edimax */

0 commit comments

Comments
 (0)