Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-01 | remove mknod() logic and rely on 'devtmpfs' | Kay Sievers | |
2010-12-14 | udevd: write full database file for (unsupported) renamed device nodes | Kay Sievers | |
2010-01-27 | update tests | Kay Sievers | |
2009-02-05 | test: add test for empty and non-existent ATTR | Kay Sievers | |
2008-09-29 | test: add missing pci directory because of .gitignore *.7 | Kay Sievers | |
2008-09-29 | test: replace ancient sysfs tree with recent one | Kay Sievers | |
2008-03-14 | test: add "subsystem" links to all devices | Kay Sievers | |
2007-02-25 | add test for an attribute which contains an operator char | Kay Sievers | |
2005-11-02 | test: add "driver" and "bus" links to test sysfs tree | Kay Sievers | |
Signed-off-by: Kay Sievers <kay.sievers@suse.de> | |||
2005-05-18 | remove detach_state files from the sysfs test tree. | Greg KH | |
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-10 | hopefully fix up the symlinks in the test directory | Greg KH | |
Thanks to Kay for pointing this out. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2005-05-09 | [PATCH] Writing udev rules docs update | Daniel Drake | |
Here's a long overdue update to the udev rules docs, based on lots of user feedback from the last few months. Mostly updates to keep up with the new udev features, some clarifications and wording improvements. I added a section on rules for palm pilots due to the excessive amount of mail I get about them. I removed the nvidia stuff because it's out of date. Added another section about debugging using logs and udevtest. Removed the thanks list because I haven't been updating it and there are too many people to name now, sorry..! | |||
2005-05-05 | Added symlinks thanks to Kay's script and git hacking. | Greg KH | |
Now the tests should work again... | |||
2005-04-26 | [PATCH] add test for ! in partition name | greg@kroah.com | |
2005-04-26 | [PATCH] add a bunch of network class devices to the test sysfs tree | greg@kroah.com | |
2005-04-26 | [PATCH] add big major tests to udev-test.pl | greg@kroah.com | |
2005-04-26 | [PATCH] add a test for a minor over 255 | greg@kroah.com | |
2005-04-26 | [PATCH] conditional remove of trailing sysfs whitespace | kay.sievers@vrfy.org | |
Hey, it may never happen, that one wants to distinguish attributes by trailing spaces, but we should not lose the control over it, just for being lazy :) Here we remove the trailing spaces of the sysfs attribute only if the configured value to match doesn't have any trailing spaces by itself. So if you put a attribute in a rule with spaces at the end, the sysfs attribute _must_ match exactly. Is that cool for everyone? As usual, 2 tests are added for it with a artificial sysfs file and a few words to the man page. | |||
2005-04-26 | [PATCH] add a block device with a ! in the name, and a test for this. | greg@kroah.com | |
2005-04-26 | [PATCH] add more sysfs test tree files. | greg@kroah.com | |
2005-04-26 | [PATCH] regression tests starting to be added. | greg@kroah.com | |