Skip to content

Commit

Permalink
Added bunch of VID/PID's from other branches (and vice versa)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimocoder authored Jun 16, 2019
1 parent 8a0df27 commit 32aad89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions os_dep/linux/usb_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x056E, 0x4007), .driver_info = RTL8821}, /* Elecom - WDC-433DU2HBK */
{USB_DEVICE(0x0BDA, 0xA811), .driver_info = RTL8821}, /* GMYLE - AC450 */
{USB_DEVICE(0x3823, 0x6249), .driver_info = RTL8821}, /* Obihai - OBiWiFi */
{USB_DEVICE(0x2357, 0x011E), .driver_info = RTL8821}, /* TP Link - T2U Nano */
{USB_DEVICE(0x2357, 0x0122), .driver_info = RTL8821}, /* TP Link - T2U Nano */
{USB_DEVICE(0x2357, 0x0120), .driver_info = RTL8821}, /* TP Link - T2U Plus */
#endif

#ifdef CONFIG_RTL8192E
Expand Down

0 comments on commit 32aad89

Please sign in to comment.