Update WifI profiles

pull/1513/head
Signor Pellegrino (from Citadel PC) 2024-08-03 16:26:41 +03:00
parent e7767bdc14
commit fb2dee2ae0
1 changed files with 14 additions and 0 deletions

View File

@ -105,6 +105,13 @@ if [ "$1" = "rtl8188fu-hi3518ev200-lifesmart" ]; then
exit 0
fi
# HI3518EV200 Switcam HS303 (V1)
if [ "$1" = "rtl8188fu-switcam-hs303" ]; then
set_gpio 3 1
modprobe 8188fu
exit 0
fi
# HI3518EV200 Lenovo Snowman 1080p
if [ "$1" = "rtl8188eus-hi3518ev200-lenovo" ]; then
devmem 0x200f006c 32 0
@ -119,6 +126,13 @@ if [ "$1" = "rtl8188eu-hi3518ev200-qvc-ipc-136w" ]; then
exit 0
fi
# HI3518EV200 Switcam HS303 V2
if [ "$1" = "rtl8188eus-switcam-hs303v2" ]; then
set_gpio 54 1
modprobe 8188eu
exit 0
fi
# HI3518EV300 Unknown1
if [ "$1" = "rtl8188fu-hi3518ev300-unknown1" ]; then
set_gpio 57 0