This commit is contained in:
MengMengCode
2026-08-13 23:38:45 +08:00
parent 30c0d2d9d5
commit e546e810fe
27 changed files with 49 additions and 915 deletions
-6
View File
@@ -1,12 +1,6 @@
#!/bin/sh
set -eu
# Some kernels omit the EM7430's 1199:9077 serial ID. The helper exposes its
# AT port and repairs MBIM interfaces that option may claim after a USB reset.
if [ "$(id -u)" = "0" ] && [ -e /sys/bus/usb/devices ]; then
/usr/local/bin/vocat-bind-em7430 || true
fi
# pcscd daemonizes after startup. Keep failure non-fatal so modem-only
# deployments remain usable and the UI can report a reader diagnostic.
if [ "$(id -u)" = "0" ] && command -v pcscd >/dev/null 2>&1; then