2007-07-09 08:13:47 +08:00
|
|
|
$include /etc/hotplug2-init.rules
|
2007-05-07 00:03:38 +08:00
|
|
|
FIRMWARE is set {
|
2007-06-30 19:05:14 +08:00
|
|
|
nothrottle
|
2007-05-07 00:03:38 +08:00
|
|
|
exec /sbin/hotplug-call firmware;
|
|
|
|
|
next
|
|
|
|
|
}
|
|
|
|
|
|
2007-06-21 06:05:15 +08:00
|
|
|
SUBSYSTEM ~~ (net|button|usb) {
|
2007-05-06 02:33:18 +08:00
|
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
2007-03-05 04:31:53 +08:00
|
|
|
}
|