Skip to content

Commit aa069ed

Browse files
a5a5aa555oosmb49
authored andcommitted
wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
BugLink: https://bugs.launchpad.net/bugs/2059014 [ Upstream commit 4e87ca4 ] Add additional USB IDs found in the vendor driver from https://github.com/Mange/rtl8192eu-linux-driver to support more RTL8192EU devices. Signed-off-by: Zenm Chen <[email protected]> Reviewed-by: Ping-Ke Shih <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://msgid.link/[email protected] Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Manuel Diewald <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent e7bd018 commit aa069ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6973,6 +6973,18 @@ static const struct usb_device_id dev_table[] = {
69736973
.driver_info = (unsigned long)&rtl8192eu_fops},
69746974
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),
69756975
.driver_info = (unsigned long)&rtl8192eu_fops},
6976+
/* D-Link DWA-131 rev C1 */
6977+
{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3312, 0xff, 0xff, 0xff),
6978+
.driver_info = (unsigned long)&rtl8192eu_fops},
6979+
/* TP-Link TL-WN8200ND V2 */
6980+
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
6981+
.driver_info = (unsigned long)&rtl8192eu_fops},
6982+
/* Mercusys MW300UM */
6983+
{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0100, 0xff, 0xff, 0xff),
6984+
.driver_info = (unsigned long)&rtl8192eu_fops},
6985+
/* Mercusys MW300UH */
6986+
{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0104, 0xff, 0xff, 0xff),
6987+
.driver_info = (unsigned long)&rtl8192eu_fops},
69766988
#endif
69776989
{ }
69786990
};

0 commit comments

Comments
 (0)