pull/1514/head
Signor Pellegrino 2024-08-03 16:31:18 +03:00 committed by GitHub
parent aa478cd386
commit e8c0f26f25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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