mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-26 08:59:58 +07:00
7a947ce515
Here is the first patch to cleanup the internal processing of the various stages of an udev event. It should not change any behavior, but if your system depends on udev, please always test it before reboot :) We pass only one generic structure around between add, remove, namedev, db and dev_d handling and make all relevant data available to all internal stages. All udev structures are renamed to "udev". We replace the fake parameter by a flag in the udev structure. We open the class device in the main binaries and not in udev_add, to make it possible to use libsysfs for udevstart directory crawling. The last sleep parameters are removed. |
||
---|---|---|
.. | ||
chassis_id | ||
scsi_id | ||
volume_id | ||
cdsymlinks.c | ||
cdsymlinks.conf | ||
cdsymlinks.sh | ||
dvb.sh | ||
ide-devfs.sh | ||
inputdev.sh | ||
name_cdrom.pl | ||
scsi-devfs.sh | ||
start_udev |