From 79a96150647110fb03852bc321bd37159d63ae1a Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Sun, 10 Mar 2024 18:25:11 +0800 Subject: [PATCH] devices: add device id for Realtek RTL8188CU and RTL8188FTV Add device ids for Realtek RTL8188CU and RTL8188FTV 802.11n 1x1 USB Wi-Fi adapter. Signed-off-by: Shiji Yang --- devices.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devices.txt b/devices.txt index 71f73d5..eded184 100644 --- a/devices.txt +++ b/devices.txt @@ -238,6 +238,9 @@ # mt7615/usb.c 0x0000 0x0000 0x0e8d 0x7663 0 0 "MediaTek" "MT7663U" 0x0000 0x0000 0x043e 0x310c 0 0 "LG" "LGSBWAC02" +# rtl8xxxu/rtl8xxxu_core.c +0x0000 0x0000 0x0bda 0x8176 0 0 "Realtek" "RTL8188CU" +0x0000 0x0000 0x0bda 0xf179 0 0 "Realtek" "RTL8188FTV" # FDT compatible strings # "compatible" | txpower offset | frequency offset | ... -- 2.30.2