Skip to content

Commit 2f6ea89

Browse files
a5a5aa555oogregkh
authored andcommitted
wifi: rtl8xxxu: Add USB ID 2001:3328 for D-Link AN3U rev. A1
commit 3f9553f upstream. Add USB ID 2001:3328 for D-Link AN3U rev. A1 which is a RTL8192FU-based Wi-Fi adapter. Compile tested only. Cc: [email protected] # 6.6.x Signed-off-by: Zenm Chen <[email protected]> Reviewed-by: Ping-Ke Shih <[email protected]> Signed-off-by: Ping-Ke Shih <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6885230 commit 2f6ea89

File tree

1 file changed

+3
-0
lines changed
  • drivers/net/wireless/realtek/rtl8xxxu

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8111,6 +8111,9 @@ static const struct usb_device_id dev_table[] = {
81118111
/* TP-Link TL-WN823N V2 */
81128112
{USB_DEVICE_AND_INTERFACE_INFO(0x2357, 0x0135, 0xff, 0xff, 0xff),
81138113
.driver_info = (unsigned long)&rtl8192fu_fops},
8114+
/* D-Link AN3U rev. A1 */
8115+
{USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3328, 0xff, 0xff, 0xff),
8116+
.driver_info = (unsigned long)&rtl8192fu_fops},
81148117
#ifdef CONFIG_RTL8XXXU_UNTESTED
81158118
/* Still supported by rtlwifi */
81168119
{USB_DEVICE_AND_INTERFACE_INFO(USB_VENDOR_ID_REALTEK, 0x8176, 0xff, 0xff, 0xff),

0 commit comments

Comments
 (0)