diff options
author | Daniel Dickinson <crazycshore@gmail.com> | 2011-03-21 05:53:17 +0000 |
---|---|---|
committer | Daniel Dickinson <crazycshore@gmail.com> | 2011-03-21 05:53:17 +0000 |
commit | c28e406a9c01835bd67e8935cc093377a521f57a (patch) | |
tree | 77cce6fa62c7a4bda6ddbaabe429bf0c7021c661 /package/hotplug2 | |
parent | eaa07dd900e975d5c51123b9756bf85ababa1022 (diff) | |
download | upstream-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.rules | 2 |
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% } |