Skip to content

Commit

Permalink
rtl8188eu: Add device code for D-Link DWA-121 rev B1
Browse files Browse the repository at this point in the history
This device was reported by jaif in issue #256

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
lwfinger committed Nov 1, 2018
1 parent d6332c1 commit a0619a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions os_dep/usb_intf.c
Expand Up @@ -56,6 +56,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
{USB_DEVICE(0x2001, 0x331B)}, /* D-Link DWA-121 rev B1 */
{USB_DEVICE(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
{} /* Terminating entry */
Expand Down

0 comments on commit a0619a0

Please sign in to comment.