allow hotplug events to be triggered with the atm subsystem (#2996)
SVN-Revision: 16073
This commit is contained in:
parent
ec662b9141
commit
ae7afb7cdb
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
$include /etc/hotplug2-common.rules
|
||||
|
||||
SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) {
|
||||
SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block|atm) {
|
||||
exec /sbin/hotplug-call %SUBSYSTEM%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue