procd: emit tty events for ttyUSB* even when they come from the usb-serial subsystem

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 38862
v19.07.3_mercusys_ac12_duma
Felix Fietkau 11 years ago
parent 69598dd020
commit c84a43cf40

@ -69,15 +69,18 @@
[ "exec", "/etc/rc.button/%BUTTON%" ]
],
[ "if",
[ "or",
[ "eq", "SUBSYSTEM",
[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
],
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
],
[ "if",
[ "and",
[ "eq", "SUBSYSTEM",
[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "button" ],
[ "tty", "usb-serial" ]
],
[ "and",
[ "eq", "SUBSYSTEM", "tty" ],
[ "regex", "DEVNAME", "^ttyUSB" ],
]
[ "regex", "DEVNAME", "^ttyUSB" ],
],
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
[ "exec", "/sbin/hotplug-call", "tty" ]
],
]

Loading…
Cancel
Save