Update usb

pull/1316/head
john doe 2024-02-16 18:11:21 +08:00 committed by GitHub
parent 3d11dfe1ac
commit c55d0b3d94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -204,4 +204,11 @@ if [ "$1" = "atbm603x-t31-zte-k540" ]; then
exit 0 exit 0
fi fi
# SSC333 Babysense See HD IP206
if [ "$1" = "rtl8188fu-babysense-see-hd-ip206" ]; then
set_gpio 14 1
modprobe 8188fu
exit 0
fi
exit 1 exit 1