rtl8xxxu: Add another 8192eu device to the USB list
authorJes Sorensen <Jes.Sorensen@redhat.com>
Tue, 17 Jan 2017 23:18:53 +0000 (18:18 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Fri, 20 Jan 2017 09:49:00 +0000 (11:49 +0200)
TP-Link TL-WN822N v4 (2357:0108)

Reported-by: Gregory Auzanneau <linux@reolight.net>
Signed-off-by: Jes Sorensen <Jes.Sorensen@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c

index 99cfd2b..016ea24 100644 (file)
@@ -6197,6 +6197,9 @@ static struct usb_device_id dev_table[] = {
        .driver_info = (unsigned long)&rtl8723au_fops},
 {USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818b, 0xff, 0xff, 0xff),
        .driver_info = (unsigned long)&rtl8192eu_fops},
+/* TP-Link TL-WN822N v4 */
+{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0108, 0xff, 0xff, 0xff),
+       .driver_info = (unsigned long)&rtl8192eu_fops},
 /* Tested by Myckel Habets */
 {USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0109, 0xff, 0xff, 0xff),
        .driver_info = (unsigned long)&rtl8192eu_fops},