Update modem, add generic rndis (#1385)

pull/1386/head
Signor Pellegrino 2024-04-07 16:00:46 +03:00 committed by GitHub
parent 405be35e28
commit 6fc21eee30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ set_gpio() {
sleep 1
}
# Generic RNDIS
if [ "$1" = "rndis-generic" ]; then
modprobe rndis_host
sleep 10
exit 0
fi
# GK7205V200 Kafei with A7680C and usb0
if [ "$1" = "a7680c-gk7205v200-kafei" ]; then
set_gpio 57 0