summaryrefslogtreecommitdiff
path: root/udev_sysfs.h
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] switch major/minor to dev_tkay.sievers@vrfy.org2005-04-261-0/+1
|
* [PATCH] don't wait for sysfs if the kernel(2.6.10-rc2) tells us what not to ↵kay.sievers@vrfy.org2005-04-261-3/+7
| | | | | | | | | | 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.
* [PATCH] expose sysfs functions for sharing itkay.sievers@vrfy.org2005-04-261-0/+36
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.