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