From d60bf075abcb1cc205dcca41e094f84c3b4d329c Mon Sep 17 00:00:00 2001 From: DroidMAX-Tang <59656689+DroidMAX-Tang@users.noreply.github.com> Date: Thu, 1 Sep 2022 18:24:21 +0800 Subject: [PATCH] Update usb.c { USB_DEVICE(0x0e8d, 0x7662) }, /* WL-UM01WBD-7662 */ Signed-off-by: DroidMAX-Tang <59656689+DroidMAX-Tang@users.noreply.github.com> --- mt76x2/usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mt76x2/usb.c b/mt76x2/usb.c index 55068f325..12d08fbd8 100644 --- a/mt76x2/usb.c +++ b/mt76x2/usb.c @@ -21,6 +21,7 @@ static const struct usb_device_id mt76x2u_device_table[] = { { USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */ { USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */ { USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */ + { USB_DEVICE(0x0e8d, 0x7662) }, /* WL-UM01WBD-7662 */ { }, };