Skip to content

Commit a188bd5

Browse files
MichaelStraubegregkh
authored andcommitted
staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21
commit 58dcc5b upstream. This device was added to the stand-alone driver on github. Add it to the staging driver as well. Link: lwfinger/rtl8188eu@b9b537aa25a8 Signed-off-by: Michael Straube <[email protected]> Cc: stable <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0c70363 commit a188bd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/staging/rtl8188eu/os_dep/usb_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ static const struct usb_device_id rtw_usb_id_tbl[] = {
4545
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
4646
{USB_DEVICE(0x2001, 0x331B)}, /* D-Link DWA-121 rev B1 */
4747
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
48+
{USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
4849
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
4950
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */
5051
{} /* Terminating entry */

0 commit comments

Comments
 (0)