chiark / gitweb /
udevtrigger: trigger devices sorted by their dependency
[elogind.git] / TODO
1 These things would be nice to have:
2   o log the relationship of the kernel name and the persistent disk name
3     to syslog, so any error logged from the kernel can be associated with
4     any of the links at that time
5
6 These things will change in future udev versions:
7   o make DRIVER== to match only the event device
8     (DRIVERS must be used, we currently translate it to DRIVERS and print
9      a warning if DRIVER is used)
10
11   o warn if PHYSDEV* keys are used in ENV keys
12     (they are deprecated and will be removed from a future kernel)
13
14   o warn if any path component is used in a ATTR{}, ATTRS{},
15     $attr{} key, like ATTR{device/<file>}==
16     (parent attributes must not referenced directly in rules or tools,
17      udev finds the parents and makes them available, which can be matched
18      with the normal keys)
19
20   o warn if BUS, ID, SYSFS are used as keys
21     (they are SUBSYSTEMS, KERNELS, ATTRS now)
22
23 These things are deprecated and scheduled for removal in a future
24 udev version:
25   o remove old udevdb dump 'udevinfo -d'
26     (-e exports everything)
27
28   o remove udevstart
29     (we rely on the kernel "uevent" triggers of kernel 2.6.15 and no longer
30      want to guess event properties from sysfs like udevstart is doing it)
31
32   o remove extra for /etc/dev.d/ /etc/hotplug.d/
33     (that inefficient stuff should finally go away)