Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-26 | [PATCH] add a bunch of busses to the list of what to wait for | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] add ippp and bcrypt to the exception lists of wait_for_sysfs | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to ↵ | kay.sievers@vrfy.org | |
expect Newer kernels will tell us if we should wait for the "device" or the "bus" link. So don't waste the time with our lists or wait for the timeout. | |||
2005-04-26 | [PATCH] add i2c-dev to the list of devices without a bus | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Add a bunch of devices without "device" symlinks. | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] Add net/vmnet and class/zaptel to the list of devices without ↵ | kay.sievers@vrfy.org | |
physical device | |||
2005-04-26 | [PATCH] add net/pan and net/bnep handling | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] switch wait for bus_file to stat() instead of open() | kay.sievers@vrfy.org | |
2005-04-26 | [PATCH] expose sysfs functions for sharing it | kay.sievers@vrfy.org | |
This patch exposes the wait_for_sysfs functions to all possible users, so we need to maintain only one list of exceptions. The last list is hereby removed from udev.c. |