chiark / gitweb /
rules: replace IDE driver with media match
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 25 Mar 2009 12:40:55 +0000 (13:40 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 25 Mar 2009 12:40:55 +0000 (13:40 +0100)
rules/rules.d/60-persistent-storage.rules

index 825535c805b713e4ae95e31f5fd66c813e62544b..23c21f8c6c47277ba39dcc6ee02051fd6acf743d 100644 (file)
@@ -13,7 +13,7 @@ SUBSYSTEM!="block", GOTO="persistent_storage_end"
 KERNEL=="fd*|mtd*|nbd*|gnbd*|btibm*|dm-*|md*", GOTO="persistent_storage_end"
 
 # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
-KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-gd", GOTO="persistent_storage_end"
+KERNEL=="hd*[!0-9]", ATTR{removable}=="1", SUBSYSTEMS=="ide", ATTRS{media}=="disk|floppy", GOTO="persistent_storage_end"
 KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
 
 # ignore partitions that span the entire disk