X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=etc%2Fudev%2Fdebian%2Fdevfs.rules;h=37e4ae1bc9ffed2bf15f1d2e8649ebe6cf394531;hp=107b197d91de4b6601fa4789055f11c1080b757d;hb=a1e6bd93d3d650c2064daafdb253120ae6e89398;hpb=5780be9eab8e72dcce9d8bcfe15e8e1d3ae6bed8 diff --git a/etc/udev/debian/devfs.rules b/etc/udev/debian/devfs.rules index 107b197d9..37e4ae1bc 100644 --- a/etc/udev/debian/devfs.rules +++ b/etc/udev/debian/devfs.rules @@ -13,7 +13,7 @@ # # workaround for devices which do not report media changes -SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTRS{removable}=="1", \ +SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", \ ENV{ID_MODEL}=="IOMEGA_ZIP*", NAME="%k", OPTIONS+="all_partitions" SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTRS{media}=="floppy", \ OPTIONS+="all_partitions"