From 77148c3879a00a0478ee8519cb05670061c1e710 Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Wed, 16 Oct 2019 11:06:10 -0500 Subject: [PATCH] rtl8188eu: Add TP-Link TL-WN727N v5.21 This info provided by kakash1hatake. 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 de9877e..1cbb9ab 100644 --- a/os_dep/usb_intf.c +++ b/os_dep/usb_intf.c @@ -128,6 +128,7 @@ static void rtw_dev_shutdown(struct device *dev) {USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */ \ {USB_DEVICE(0x056E, 0x4008)}, /* Elecom WDC-150SU2M */ \ {USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */ + {USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */ static struct usb_device_id rtw_usb_id_tbl[] ={ RTL8188E_USB_IDS