0e387805fb
SVN-Revision: 7892
10 lines
180 B
Text
10 lines
180 B
Text
$include /etc/hotplug2-init.rules
|
|
FIRMWARE is set {
|
|
nothrottle
|
|
exec /sbin/hotplug-call firmware;
|
|
next
|
|
}
|
|
|
|
SUBSYSTEM ~~ (net|button|usb) {
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
|
}
|