summaryrefslogtreecommitdiff
path: root/rules/rules.d/60-persistent-storage.rules
AgeCommit message (Collapse)Author
2008-12-02rules: ATA_COMPAT do not try to match on sr*, it will never have vendor ATAKay Sievers
2008-11-28rules: fix cciss disk/by-id/ linksKay Sievers
2008-11-25rules: exclude "btibm" devices from vol_id callsKay Sievers
2008-11-19rules: add persistent rules for memory stick block devicesHarald Hoyer
commit 5a9aed145ac0ffb3e29b1c8e0f19b34e277f9117 Author: Harald Hoyer <harald@redhat.com> Date: Wed Nov 19 11:22:30 2008 +0100 added persistent rules for memory stick block devices
2008-11-13rules: remove DEVTYPE disk/partitionKay Sievers
2008-10-01rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* linksKay Sievers
2008-08-22rules: optical drives - probe at last session offset, do not probe for raidKay Sievers
2008-08-02rules: run vol_id on opticals only if media is foundKay Sievers
Opening an optical drive device node without O_NONBLOCK autocloses the tray, we run vol_id on every media change by kernel emitted "change" events, which can make it hard to change the media when the tray closes immediatey again.:) We check for cdrom_id to indicate an existing track, if no media is found, we will not open the device with vol_id. Thanks to Christian Krause and DavidZ for debugging and testing.
2008-07-18move default rules from /etc/udev/rules.d/ to /lib/udev/rules.d/Kay Sievers
None of these rules is supposed to be changed by users, so move them out of /etc. Custom rules, and automatically generated rules stay in /etc. All rules are still processed in lexical order, regardless which directory they live in.