From a0619a07cd1e31776b1c9bb956a5b8570a912598 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Thu, 1 Nov 2018 09:20:47 -0500 Subject: [PATCH] rtl8188eu: Add device code for D-Link DWA-121 rev B1 This device was reported by jaif in issue #256 Signed-off-by: Larry Finger --- os_dep/usb_intf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os_dep/usb_intf.c b/os_dep/usb_intf.c index 954fbbfe..bc26baa3 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -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 */