chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index bc94f1b0eeda14102bd1d5bf70a03cab12664b3b..70892a3ac16cd434dd69c6732462e88cc147160e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,7 +1,35 @@
+ - 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);
 
-  o convert firmware.sh to C
-  o get rid of "scan all devices to find myself" libusb interface
-      if it can not be fixed, drop libusb entirely and add a simple
-      wrapper around the Linux usb ioctls we need
-  o drop all support for the DEPRECATED sysfs layout
-  o remove deprecated BUS=, SYSFS{}=, ID= keys
+ - 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