[no-ci] Update /etc/wireless/usb, add rtl8733bu-gk7205v200-camhi profile (#1083)

pull/1084/head
Signor Pellegrino 2023-10-22 15:01:17 +03:00 committed by GitHub
parent 8b5d88254a
commit 91105ca5cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -33,6 +33,13 @@ if [ "$1" = "mt7601u-gk7205v200-camhi" ]; then
exit 0 exit 0
fi fi
# GK7205V200 CamHi
if [ "$1" = "rtl8733bu-gk7205v200-camhi" ]; then
set_gpio 9 0
modprobe rtl8733bu
exit 0
fi
# GK7205V200 Kafei # GK7205V200 Kafei
if [ "$1" = "8188fu-gk7205v200-kafei" ]; then if [ "$1" = "8188fu-gk7205v200-kafei" ]; then
set_gpio 57 0 set_gpio 57 0