]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: mt76: mt76x2u: Add support for ELECOM WDC-867SU3S
authorZenm Chen <zenmchen@gmail.com>
Tue, 7 Apr 2026 15:44:30 +0000 (23:44 +0800)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jun 2026 10:15:22 +0000 (10:15 +0000)
Add the ID 056e:400a to the table to support an additional MT7612U
adapter: ELECOM WDC-867SU3S.

Compile tested only.

Cc: stable@vger.kernel.org # 5.10.x
Signed-off-by: Zenm Chen <zenmchen@gmail.com>
Acked-by: Lorenzo Bianconi <lorenzo@kernel.org>
Link: https://patch.msgid.link/20260407154430.9184-1-zenmchen@gmail.com
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76x2/usb.c

index 8af360bca6439604ec204f9942166081aa10a4fe..ade15bddefc59a927ddc9b47087d3f599f83160c 100644 (file)
@@ -16,6 +16,7 @@ static const struct usb_device_id mt76x2u_device_table[] = {
        { USB_DEVICE(0x0e8d, 0x7612) }, /* Aukey USBAC1200 - Alfa AWUS036ACM */
        { USB_DEVICE(0x057c, 0x8503) }, /* Avm FRITZ!WLAN AC860 */
        { USB_DEVICE(0x7392, 0xb711) }, /* Edimax EW 7722 UAC */
+       { USB_DEVICE(0x056e, 0x400a) }, /* ELECOM WDC-867SU3S */
        { USB_DEVICE(0x0e8d, 0x7632) }, /* HC-M7662BU1 */
        { USB_DEVICE(0x0471, 0x2126) }, /* LiteOn WN4516R module, nonstandard USB connector */
        { USB_DEVICE(0x0471, 0x7600) }, /* LiteOn WN4519R module, nonstandard USB connector */