aboutsummaryrefslogtreecommitdiffstats
path: root/package/hotplug2
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2011-03-21 05:53:17 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2011-03-21 05:53:17 +0000
commitc28e406a9c01835bd67e8935cc093377a521f57a (patch)
tree77cce6fa62c7a4bda6ddbaabe429bf0c7021c661 /package/hotplug2
parenteaa07dd900e975d5c51123b9756bf85ababa1022 (diff)
downloadupstream-c28e406a9c01835bd67e8935cc093377a521f57a.tar.gz
upstream-c28e406a9c01835bd67e8935cc093377a521f57a.tar.bz2
upstream-c28e406a9c01835bd67e8935cc093377a521f57a.zip
hotplug2: Added zaptel subsystem to /etc/hotplugs2.rules so that the zaptel kernel module package only needs to had a script to create the correct device nodes (default names differ from what all apps that use zaptel actually use, so a script is necessary).
SVN-Revision: 26253
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 a7a4730105..eb8ffaa7c0 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$) {
+SUBSYSTEM ~~ (^net$|^input$|^button$|^usb$|^platform$|^ieee1394$|^block$|^atm$|^zaptel$) {
exec /sbin/hotplug-call %SUBSYSTEM%
}