From ce71e5fbcf5c2a8e7e38e48a1e6793c49a5bebdf Mon Sep 17 00:00:00 2001 From: Jayendren Anand Maduray Date: Sun, 3 Nov 2024 12:31:13 +0200 Subject: [PATCH] wifi: added USB_DEVICE for DStv Wi-Fi Connector MT7612U https://mybroadband.co.za/news/hardware/416126-we-stripped-a-dstv-wi-fi-connector-with-a-pleasant-surprise.html Signed-off-by: Jayendren Anand Maduray --- mt76x2/usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mt76x2/usb.c b/mt76x2/usb.c index e832ad53e..9f36e4c50 100644 --- a/mt76x2/usb.c +++ b/mt76x2/usb.c @@ -22,6 +22,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(0x0bf0, 0xf006) }, /* DStv Wi-Fi Connector MT7612U */ { }, };