Skip to content

Commit ff100f8

Browse files
a5a5aa555oogregkh
authored andcommitted
wifi: rtw88: Add USB ID 2001:3329 for D-Link AC13U rev. A1
commit b377dcd upstream. Add USB ID 2001:3329 for D-Link AC13U rev. A1 which is a RTL8812CU-based Wi-Fi adapter. Compile tested only. Cc: [email protected] # 6.6.x Signed-off-by: Zenm Chen <[email protected]> Acked-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 2f6ea89 commit ff100f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/wireless/realtek/rtw88/rtw8822cu.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ static const struct usb_device_id rtw_8822cu_id_table[] = {
2121
.driver_info = (kernel_ulong_t)&(rtw8822c_hw_spec) },
2222
{ USB_DEVICE_AND_INTERFACE_INFO(0x13b1, 0x0043, 0xff, 0xff, 0xff),
2323
.driver_info = (kernel_ulong_t)&(rtw8822c_hw_spec) }, /* Alpha - Alpha */
24+
{ USB_DEVICE_AND_INTERFACE_INFO(0x2001, 0x3329, 0xff, 0xff, 0xff),
25+
.driver_info = (kernel_ulong_t)&(rtw8822c_hw_spec) }, /* D-Link AC13U rev. A1 */
2426
{},
2527
};
2628
MODULE_DEVICE_TABLE(usb, rtw_8822cu_id_table);

0 commit comments

Comments
 (0)