diff options
-rw-r--r-- | data/dispatcher-fcc-unlock/2c7c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/dispatcher-fcc-unlock/2c7c b/data/dispatcher-fcc-unlock/2c7c index fc1a3d33..d5542918 100644 --- a/data/dispatcher-fcc-unlock/2c7c +++ b/data/dispatcher-fcc-unlock/2c7c @@ -26,7 +26,7 @@ for PORT in "$@"; do # match port type in Linux 5.14 and newer grep -q MBIM "/sys/class/wwan/$PORT/type" 2>/dev/null || # match port name in Linux 5.13 - echo "$PORT" | grep -q MBIM || + echo "$PORT" | grep -qi MBIM || echo "$PORT" | grep -q cdc-wdm && { MBIM_PORT="$PORT" break |