Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-10-30 | rules: remove "add" match from usb device node rule | Kay Sievers | |
2008-10-30 | rules: remove SCSI timeouts | Kay Sievers | |
On Thu, Oct 30, 2008 at 03:55, Tejun Heo <tj@kernel.org> wrote: The appropriate default timeout differs depending on the transport and the type of the attached device, so the above two rules harm more than help. The affect of the above two rules weren't visible for some reason but with recent block layer timeout update, they actually work and cause problems. | |||
2008-10-07 | replace spaces in dm and md name symlinks | Kay Sievers | |
We create multiple symlinks for dm names with spaces, which isn't what we want. | |||
2008-10-07 | connect /sys and /dev with /sys/dev/{block,char}/<maj>:<min> and ↵ | Kay Sievers | |
/dev/{block,char}/<maj>:<min> | |||
2008-10-01 | build: include Makefile.am.inc in all Makefile.am | Kay Sievers | |
Many thanks to Chris Spiegel for finding the still current vol_id non-large-file-access bug, because of not including config.h. | |||
2008-10-01 | rules: ieee1394 - create both, by-id/scsi-* and by-id/ieee-* links | Kay Sievers | |
2008-08-29 | libudev: require LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE | Kay Sievers | |
2008-08-27 | rules: fix md rules for partitioned devices | Michal Soltys | |
2008-08-22 | rules: optical drives - probe at last session offset, do not probe for raid | Kay Sievers | |
2008-08-13 | build: fix "make dist" | Kay Sievers | |
2008-08-11 | rules: Gentoo update | Kay Sievers | |
2008-08-11 | rules: add isdn rules | Kay Sievers | |
2008-08-11 | rules: add nvram | Kay Sievers | |
2008-08-09 | rules: delete all distro rules which do not use default rules | Kay Sievers | |
2008-08-02 | rules: run vol_id on opticals only if media is found | Kay 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-31 | rules: Debian update | Marco d'Itri | |
2008-07-30 | rules: update Fedora rules | Kay Sievers | |
2008-07-30 | rules: mode 0660 for group "disk" | Kay Sievers | |
2008-07-30 | use autotools | Kay Sievers | |
2008-07-18 | move 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. |