[no-ci] Update modem, fix typo (#1398)

pull/1399/head
Signor Pellegrino 2024-04-14 23:53:04 +03:00 committed by GitHub
parent 81f751d143
commit 300ce14126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fi
# Huawei E3372H and eth1
if [ "$1" = "rndis-e3372h" ]; then
usb_modeswitch -v 0x12d1 -p 0x1f01 -c /usr/share/usb_modeswitch/12d1:1f0
usb_modeswitch -v 0x12d1 -p 0x1f01 -c /usr/share/usb_modeswitch/12d1:1f01
modprobe rndis_host
sleep 5
exit 0