Update usb profiles (#1596)

pull/1597/head
Signor Pellegrino 2024-10-30 01:38:06 +03:00 committed by GitHub
parent ac76d2b6e1
commit a9e212c6e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -78,6 +78,7 @@ fi
# GK7205V300 CamHi
if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
devmem 0x100c0080 32 0x0
set_gpio 7 0
modprobe 8733bu
exit 0
@ -91,6 +92,14 @@ if [ "$1" = "atbm603x-gk7205v300-xm-g6s" ]; then
exit 0
fi
# GK7205V300 Vase
if [ "$1" = "rtl8811cu-gk7205v300-vase" ]; then
devmem 0x100c0080 32 0x0
set_gpio 7 1
modprobe 8821cu
exit 0
fi
# HI3516EV200 CamHi
if [ "$1" = "mt7601u-hi3516ev200-camhi" ]; then
set_gpio 9 0