chiark / gitweb /
Revert special casing 0xD8 to latitude XT only
[elogind.git] / extras / edd_id / 61-persistent-storage-edd.rules
index b430fe9fd865970f12a4f6e8d40968d96dd2f15d..54ae0865e49fad990846f21c1dd9a39c074c0945 100644 (file)
@@ -1,8 +1,8 @@
 # do not edit this file, it will be overwritten on update
 
-ACTION!="add", GOTO="persistent_storage_edd_end"
+ACTION!="add|change", GOTO="persistent_storage_edd_end"
 SUBSYSTEM!="block", GOTO="persistent_storage_edd_end"
-KERNEL!="sd*|hd*", GOTO="persistent_storage_edd_end"
+KERNEL!="sd*|hd*|cciss*", GOTO="persistent_storage_edd_end"
 
 # BIOS Enhanced Disk Device
 ENV{DEVTYPE}=="disk", IMPORT{program}="edd_id --export $tempnode"