Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-30 | rules: rename packages -> arch | Kay Sievers | |
2010-05-28 | rules: delete pilot rules and remove redhat directory | Kay Sievers | |
2010-04-12 | rules: delete outdated packagees rules | Kay Sievers | |
2009-09-16 | rules: drop almost all NAME= keys | Kay Sievers | |
The drivers in kernel 2.6.31 supply the names for custom node names if needed. | |||
2009-09-16 | rules: remove remaining NAME="%k" | Kay Sievers | |
2009-05-11 | delete vol_id and require util-linux-ng's blkid | Kay Sievers | |
2009-03-16 | rules: md-raid.rules fix | Michal Soltys | |
md/array_state in case of partition doesn't exist, so all uevents for partitions didn't execute any SYMLINK rules Signed-off-by: Michal Soltys <soltys@ziu.info> | |||
2009-02-13 | rules: add "watch" option to dm and md rules | Kay Sievers | |
2009-02-05 | rules: fix md "change"/"remove" handling | Kay Sievers | |
On Thu, Feb 5, 2009 at 08:43, Harald Hoyer <harald@redhat.com> wrote: > Radek Vykydal <rvykydal@redhat.com> encountered a problem with md devices. > If the raid is about to be removed a "change" and "remove" event is sent. | |||
2009-01-05 | rules: zaptel - add "dialout" group | Kay Sievers | |
2009-01-04 | rules: Ubuntu merge - s/uucp/dialout/ | Kay Sievers | |
2008-12-22 | rules: isdn - remove /dev/isdn/capi20 symlink | Kay Sievers | |
2008-12-22 | rules: put alsa in group "audio" | Kay Sievers | |
2008-12-22 | rules: remove /dev/dsp /dev/audio | Kay Sievers | |
2008-12-09 | rules: add "do not edit header" | Kay Sievers | |
2008-12-09 | rules: move aoe rules to default rules file | Kay Sievers | |
2008-12-09 | rules: add rules for AoE devices | Ryan Thomas | |
In the interest of standardizing udev rules, please consider the following patch that adds udev rules for the ATA over Ethernet character and block devices. The aoe module has been a long-time member of the kernel and needs inclusion in the standard udev rules. | |||
2008-12-03 | rules: fix isdn rules | Kay Sievers | |
On Tue, Dec 2, 2008 at 21:07, Matthias Schwarzott <zzam@gentoo.org> wrote: > It seems that the rules related to capi devices are not correct: > > KERNEL=="capi", NAME="capi20", SYMLINK+="isdn/capi20" > KERNEL=="capi*", NAME="capi/%n" > > Changing the second rule to match only on KERNEL=="capi[0-9]*" is reported to > make it work. > So I can only guess that the problem is the second rule overwriting the NAME > set by the first one. | |||
2008-11-28 | rules: infiniband.rules -> 40-infiniband.rules | Kay Sievers | |
2008-11-28 | rules: add infiniband rules | Kay Sievers | |
2008-11-06 | rules: md - add mdadm 3 device naming | Kay Sievers | |
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-08-27 | rules: fix md rules for partitioned devices | Michal Soltys | |
2008-08-11 | rules: add isdn rules | 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. |