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
This commit is contained in:
parent
69598dd020
commit
c84a43cf40
1 changed files with 11 additions and 8 deletions
|
@ -69,15 +69,18 @@
|
|||
[ "exec", "/etc/rc.button/%BUTTON%" ]
|
||||
],
|
||||
[ "if",
|
||||
[ "or",
|
||||
[ "eq", "SUBSYSTEM",
|
||||
[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "button" ],
|
||||
],
|
||||
[ "and",
|
||||
[ "eq", "SUBSYSTEM", "tty" ],
|
||||
[ "regex", "DEVNAME", "^ttyUSB" ],
|
||||
]
|
||||
[ "eq", "SUBSYSTEM",
|
||||
[ "net", "input", "usb", "ieee1394", "block", "atm", "zaptel", "tty", "button" ]
|
||||
],
|
||||
[ "exec", "/sbin/hotplug-call", "%SUBSYSTEM%" ]
|
||||
],
|
||||
[ "if",
|
||||
[ "and",
|
||||
[ "eq", "SUBSYSTEM",
|
||||
[ "tty", "usb-serial" ]
|
||||
],
|
||||
[ "regex", "DEVNAME", "^ttyUSB" ],
|
||||
],
|
||||
[ "exec", "/sbin/hotplug-call", "tty" ]
|
||||
],
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue