X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=70892a3ac16cd434dd69c6732462e88cc147160e;hp=d1ae2d7ae37e1ae1f7ed4830ecd612635a49d6af;hb=6ed03d1e2c1e2e300dda7a7cf4a5ffe10ef18356;hpb=514b8d62123e3d63f2b935aa1d58e5c411f3f603 diff --git a/TODO b/TODO index d1ae2d7ae..70892a3ac 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,35 @@ - o CFLAGS debug - o cleanup old extras which link libudev source directly - - o fix configure options and libdir-name, exec-prefix, udev-prefix, libdir, ... - o enumerate: sort control* after pcm* - o add tests for kernel provided DEVNAME logic - o drop modprobe floppy alias (SUSE), it will be in the module (2.6.30) - o remove MMC rules, they got a modalias now (2.6.30) - o convert firmware.sh to C - - o symlink names to udevadm will no longer be resolved to old command names - o "udevadm control" commands will only accept the -- syntax - o drop all support for the DEPRECATED sysfs layout - o add warning for BUS, SYSFS, ID + - udev_enumerate_add_match_subsystem(enum, "input"); + udev_enumerate_add_match_sysname(enum, "event*"); + udev_enumerate_add_match_children(input_dev); + udev_enumerate_scan_devices(enum); + + - test (now fixed) /dev/tape/ links + + - monitor: use clock MONOTONIC + + - remove RUN+="socket:" + + - libudev: return proper errno or set errno + + - move ctrl.c from libudev/ to udev/ + + - move: + udevd -> --libexecdir + udevadm -> --bindir + + - /run/udev/control socket + (add ConditionVirtualization=!pidns) + + - kill rules_generator: + - no longer rename netifs in kernel namespace + - drop persistent optical names + - do not create rules on-the-fly, require explicit configuration + for netifs and optical drives + - properly document what system management needs to put + into rules files + + - kill tabs? + + - remove deprecated trigger --type=failed logic + + - remove deprecated BUS=, SYSFS{}=, ID= keys