Use block events for the mounting/unmounting of external storage devices.
[openwrt-10.03/.git] / package / hotplug2 / files / hotplug2.rules
index 1ccc4f704ac228097c63bf440f47cabbb62cf85b..c52c60f4a157ee561de854dce1a13674a50c3a06 100644 (file)
@@ -1,6 +1,6 @@
 $include /etc/hotplug2-common.rules
 
-SUBSYSTEM ~~ (net|button|usb|platform) {
+SUBSYSTEM ~~ (net|button|usb|platform|ieee1394|block) {
        exec /sbin/hotplug-call %SUBSYSTEM%;
 }