Skip to content

Commit 5af851a

Browse files
Michael Guginogregkh
authored andcommitted
staging: rtl8188eu: add TL-WN722N v2 support
commit 5a1d4c5dd4eb2f1f8a9b30e61762f3b3b564df70 upstream. Add support for USB Device TP-Link TL-WN722N v2. VendorID: 0x2357, ProductID: 0x010c Signed-off-by: Michael Gugino <michael.gugino.2@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 45c59e7 commit 5af851a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/staging/rtl8188eu/os_dep/usb_intf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ static struct usb_device_id rtw_usb_id_tbl[] = {
4747
{USB_DEVICE(0x2001, 0x330F)}, /* DLink DWA-125 REV D1 */
4848
{USB_DEVICE(0x2001, 0x3310)}, /* Dlink DWA-123 REV D1 */
4949
{USB_DEVICE(0x2001, 0x3311)}, /* DLink GO-USB-N150 REV B1 */
50+
{USB_DEVICE(0x2357, 0x010c)}, /* TP-Link TL-WN722N v2 */
5051
{USB_DEVICE(0x0df6, 0x0076)}, /* Sitecom N150 v2 */
5152
{} /* Terminating entry */
5253
};

0 commit comments

Comments
 (0)