chiark / gitweb /
add DEVLINKS to "remove" event
[elogind.git] / TODO
1 These things need to be done, or would be nice to have:
2
3   o Log the relationship of the kernel name and the persistent disk name
4     to syslog, so any error logged from the kernel can be associated with
5     any of the links at that time.
6
7   o Fix inconsistency with KERNEL and ID. ID will walk up the device chain
8     but it matches on "KERNEL names" too. And ID and SYSFS can only match
9     on the same device in the chain. That's pretty hard to explain and to
10     understand. Same for SUBSYSTEM and BUS.
11
12
13 These things are deprecated and scheduled for removal in a future
14 udev version:
15
16   o remove broken %e enumeration
17     (simple enumerations can't work and should go)
18
19   o remove devfs naming scheme rules and scripts
20
21   o remove MODALIAS + $modalias
22     (ENV{MODALIAS}, $env{MODALIAS}, $sysfs{modalias} will do it)
23
24   o remove udevstart, udevsend
25     (we rely on the kernel "uevent" triggers of kernel 2.6.15 and no longer
26      want to guess event properties from sysfs like udevstart is doing it)
27