summaryrefslogtreecommitdiff
path: root/package/hotplug2
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-05-03 19:35:58 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-05-03 19:35:58 +0000
commitd66dc5307d3090896cc1688a2437d4c5fbed3135 (patch)
treeeb30fa05567de1157f1c3befe53c9eae3c98f2aa /package/hotplug2
parent2e9e4c435f7428daf11780d264d8751968cb40d9 (diff)
downloadmtk-20170518-d66dc5307d3090896cc1688a2437d4c5fbed3135.zip
mtk-20170518-d66dc5307d3090896cc1688a2437d4c5fbed3135.tar.gz
mtk-20170518-d66dc5307d3090896cc1688a2437d4c5fbed3135.tar.bz2
hotplug2: introduce tty subsystem events (#9211)
SVN-Revision: 26807
Diffstat (limited to 'package/hotplug2')
-rw-r--r--package/hotplug2/files/hotplug2.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules
index eb8ffaa..d72a1ef 100644
--- a/package/hotplug2/files/hotplug2.rules
+++ b/package/hotplug2/files/hotplug2.rules
@@ -1,6 +1,6 @@
$include /etc/hotplug2-common.rules
-SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$|^tty$) {
exec /sbin/hotplug-call %SUBSYSTEM%
}