Skip to content

Commit 205d66e

Browse files
a5a5aa555ooroxanan1996
authored andcommitted
wifi: rtl8xxxu: Add additional USB IDs for RTL8192EU devices
BugLink: https://bugs.launchpad.net/bugs/2059284 [ 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 <zenmchen@gmail.com> Reviewed-by: Ping-Ke Shih <pkshih@realtek.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://msgid.link/20231217123017.1982-1-zenmchen@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com> Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
1 parent 0ea5440 commit 205d66e

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
@@ -7959,6 +7959,18 @@ static const struct usb_device_id dev_table[] = {
79597959
.driver_info = (unsigned long)&rtl8192eu_fops},
79607960
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x818c, 0xff, 0xff, 0xff),
79617961
.driver_info = (unsigned long)&rtl8192eu_fops},
7962+
/* D-Link DWA-131 rev C1 */
7963+
{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3312, 0xff, 0xff, 0xff),
7964+
.driver_info = (unsigned long)&rtl8192eu_fops},
7965+
/* TP-Link TL-WN8200ND V2 */
7966+
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0126, 0xff, 0xff, 0xff),
7967+
.driver_info = (unsigned long)&rtl8192eu_fops},
7968+
/* Mercusys MW300UM */
7969+
{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0100, 0xff, 0xff, 0xff),
7970+
.driver_info = (unsigned long)&rtl8192eu_fops},
7971+
/* Mercusys MW300UH */
7972+
{USB_DEVICE_AND_INTERFACE_INFO(0x2c4e, 0x0104, 0xff, 0xff, 0xff),
7973+
.driver_info = (unsigned long)&rtl8192eu_fops},
79627974
#endif
79637975
{ }
79647976
};

0 commit comments

Comments
 (0)