From f52580b07430ccfdcbf81c9e369908e485cdd991 Mon Sep 17 00:00:00 2001 From: DroidMAX-Tang <59656689+DroidMAX-Tang@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:56:14 +0800 Subject: [PATCH] Create usb.c Signed-off-by: DroidMAX-Tang <59656689+DroidMAX-Tang@users.noreply.github.com> --- mt76x2/usb.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mt76x2/usb.c b/mt76x2/usb.c index 55068f325..90d1e6c11 100644 --- a/mt76x2/usb.c +++ b/mt76x2/usb.c @@ -21,7 +21,8 @@ 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) }, /* HC-M7662UN */ + { }, }; static int mt76x2u_probe(struct usb_interface *intf,