aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorBorislav Petkov <petkovbb@googlemail.com>2009-03-22 13:22:49 +0100
committerKay Sievers <kay@poy.(none)>2009-03-22 15:10:06 +0100
commitc51446e8936cb37ada9113d0e2905a1e4e0e68d1 (patch)
tree803aba02c0d8ed97b2c8536ab7e11352f7b09f76 /rules
parent498c2750bf31e5492d215a832487d6fd47c9e714 (diff)
downloadudev-c51446e8936cb37ada9113d0e2905a1e4e0e68d1.tar.gz
rules: rename ide-floppy to ide-gd
The driver's name changed in the 2.6.28 timeframe.
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.d/60-persistent-storage.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rules.d/60-persistent-storage.rules b/rules/rules.d/60-persistent-storage.rules
index 14bd75f7..50326633 100644
--- a/rules/rules.d/60-persistent-storage.rules
+++ b/rules/rules.d/60-persistent-storage.rules
@@ -13,7 +13,7 @@ SUBSYSTEM!="block", GOTO="persistent_storage_end"
KERNEL=="ram*|fd*|nbd*|gnbd*|dm-*|md*|btibm*", 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-floppy", GOTO="persistent_storage_end"
+KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-gd", GOTO="persistent_storage_end"
KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
# ignore partitions that span the entire disk