Update usb, some changes

pull/1497/head
Signor Pellegrino 2024-07-24 20:38:50 +03:00 committed by GitHub
parent 06b977c71e
commit 199013be99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 12 deletions

View File

@ -55,6 +55,13 @@ if [ "$1" = "rtl8733bu-gk7205v200-camhi" ]; then
exit 0
fi
# GK7205V200 Kafei
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
set_gpio 57 0
modprobe 8188fu
exit 0
fi
# GK7205V300 CamHi
if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
set_gpio 7 0
@ -62,10 +69,11 @@ if [ "$1" = "rtl8733bu-gk7205v300-camhi" ]; then
exit 0
fi
# GK7205V200 Kafei
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
set_gpio 57 0
modprobe 8188fu
# GK7205V300 XM IVG-G6S
if [ "$1" = "atbm603x-gk7205v300-xm-g6s" ]; then
devmem 0x100C0080 32 0x530
set_gpio 7 0
modprobe atbm603x_wifi_usb
exit 0
fi
@ -258,12 +266,4 @@ if [ "$1" = "atbm603x-t31-zte-k540" ]; then
exit 0
fi
# IVG G6S (GK7205V300+Sony IMX335) with IPC-38x38-WIFI-IF V1.02 - ATBM603x
if [ "$1" = "IPC-38x38-WIFI-atbm603x-usb" ]; then
devmem 0x100C0080 32 0x530
set_gpio 7 0
modprobe atbm603x_wifi_usb
exit 0
fi
exit 1