diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 19:35:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-05-03 19:35:58 +0000 |
commit | b66b6fc6871ed9cfa23729b8a9f79187b34799b4 (patch) | |
tree | 9d4095f8d6fa96e462ea56d7a5ac554aeb4b3826 /package/hotplug2 | |
parent | 5cc94f2ac693c6e4ba118aef880a66d813ad6390 (diff) | |
download | master-187ad058-b66b6fc6871ed9cfa23729b8a9f79187b34799b4.tar.gz master-187ad058-b66b6fc6871ed9cfa23729b8a9f79187b34799b4.tar.bz2 master-187ad058-b66b6fc6871ed9cfa23729b8a9f79187b34799b4.zip |
[package] hotplug2: introduce tty subsystem events (#9211)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hotplug2')
-rw-r--r-- | package/hotplug2/files/hotplug2.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/hotplug2/files/hotplug2.rules b/package/hotplug2/files/hotplug2.rules index eb8ffaa7c0..d72a1efb62 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% } |