summaryrefslogtreecommitdiff
path: root/rules
AgeCommit message (Collapse)Author
2008-08-29libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGEKay Sievers
2008-08-27rules: fix md rules for partitioned devicesMichal Soltys
2008-08-22rules: optical drives - probe at last session offset, do not probe for raidKay Sievers
2008-08-13build: fix "make dist"Kay Sievers
2008-08-11rules: Gentoo updateKay Sievers
2008-08-11rules: add isdn rulesKay Sievers
2008-08-11rules: add nvramKay Sievers
2008-08-09rules: delete all distro rules which do not use default rulesKay 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-31rules: Debian updateMarco d'Itri
2008-07-30rules: update Fedora rulesKay Sievers
2008-07-30rules: mode 0660 for group "disk"Kay Sievers
2008-07-30use autotoolsKay Sievers
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.