2007-12-01 17:08:04 +00:00
|
|
|
$include /etc/hotplug2-common.rules
|
2007-05-06 16:03:38 +00:00
|
|
|
|
2009-01-30 20:48:42 +00:00
|
|
|
SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) {
|
2007-05-05 18:33:18 +00:00
|
|
|
exec /sbin/hotplug-call %SUBSYSTEM%;
|
2007-03-04 20:31:53 +00:00
|
|
|
}
|
2007-07-23 02:51:42 +00:00
|
|
|
|
|
|
|
DEVICENAME ~~ (watchdog) {
|
2007-09-01 21:01:09 +00:00
|
|
|
exec /sbin/watchdog -t 5 /dev/watchdog;
|
2007-07-23 02:51:42 +00:00
|
|
|
next
|
|
|
|
}
|