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
v19.07.3_mercusys_ac12_duma
Daniel Dickinson 13 years ago
parent eaa07dd900
commit c28e406a9c

@ -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%
}

Loading…
Cancel
Save