We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c70363 commit a188bd5Copy full SHA for a188bd5
drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -45,6 +45,7 @@ static const struct usb_device_id rtw_usb_id_tbl[] = {
45
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
46
{USB_DEVICE(0x2001, 0x331B)}, /* D-Link DWA-121 rev B1 */
47
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
48
+ {USB_DEVICE(0x2357, 0x0111)}, /* TP-Link TL-WN727N v5.21 */
49
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
50
{USB_DEVICE(USB_VENDER_ID_REALTEK, 0xffef)}, /* Rosewill RNX-N150NUB */
51
{} /* Terminating entry */
0 commit comments