Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | rules: move all rules to top level rules/ dir | Kay Sievers | |
2011-12-23 | rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rules | Kay Sievers | |
2011-12-05 | use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation | Kay Sievers | |
2011-10-19 | rules: do not load sg module | Kay Sievers | |
2010-05-27 | rules: add -v to modprobe calls to be able see what will be loaded | Kay Sievers | |
2010-04-13 | rules: call modprobe on all events but "remove" | Kay Sievers | |
2009-08-06 | re-enable failed event tracking | Kay Sievers | |
It did not work for the last couple of releases. If RUN{record_failed}+="..." is given, a non-zero execution will mark the event as failed. Recorded failed events can be re-triggered with: udevadm trigger --type=failed The failed tracking _might_ be useful for things which might not be ready to be executed at early bootup, but a bit later when the needed dependencies are available. In many cases though, it indicates that something is used in a way it should not. | |||
2009-06-17 | rules: remove MMC rule, 2.6.30 has the modalias | Kay Sievers | |
2009-06-10 | rules: remove scsi ch module loading rule | Kay Sievers | |
2008-12-19 | rules: first simple step merging with Ubuntu rules | Kay Sievers | |
2008-12-19 | rules: remove ide-scsi | Kay Sievers | |
2008-11-13 | rules: remove pnp shell script, acpi loads these modules properly | 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. |