ramips: setup GPIO chip functions on the fly
[openwrt.git] / package / comgt / files / 3g.usb
index ecaa96f..d5a38b8 100644 (file)
@@ -36,7 +36,7 @@ if [ "$ACTION" = add ]; then
        esac
 
        local tty
-       for tty in /sys/$DEVPATH/ttyUSB* /sys/$DEVPATH/tty/ttyACM*;; do
+       for tty in /sys/$DEVPATH/ttyUSB* /sys/$DEVPATH/tty/ttyACM* /sys/$DEVPATH/tty/ttyHS*; do
                [ -d "$tty" ] || continue
                config_foreach find_3g_iface interface "$tty"
        done
This page took 0.023316 seconds and 4 git commands to generate.