From c27ce7113e5226c8a0689c30b34e0e547dd43d25 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Sun, 13 Nov 2022 15:39:27 +0100 Subject: devices: add usb device MediaTek MT7921AU Add USB PID/VID as found on e.g. Comfast CF-953AX. Signed-off-by: Andre Heider [rebase onto current master] Signed-off-by: Jo-Philipp Wich --- devices.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devices.txt b/devices.txt index b01e4ac..e0663b8 100644 --- a/devices.txt +++ b/devices.txt @@ -200,3 +200,7 @@ 0x14e4 0xaa52 0x14e4 0xaa52 0 0 "Broadcom" "BCM43602" 0x02d0 0xa9a6 0x0000 0x0000 0 0 "Cypress" "CYW43455" 0x1ae9 0x0310 0x1ae9 0x0000 0 0 "Wilocity" "Wil6210" + +# USB devices +# 0x0000 | 0x0000 | vendor id | product id | ... +0x0000 0x0000 0x0e8d 0x7961 0 0 "MediaTek" "MT7921AU" -- cgit v1.2.1