chiark / gitweb /
rules: fix wrong wildcard match, we always need a ':*' at the end
[elogind.git] / TODO
diff --git a/TODO b/TODO
index ac0618ec16dddc551fe1dae8e6c26cc54bbb09a0..3ae387440f33b1f830b2d5c794e0b3a48aaf6afa 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,9 +1,35 @@
+ - remove RUN+="socket:"
 
-  o drop pnp shell script, acpi will take care of loading pnp modules
-  o add DVB variables to kernel (patch sent), and drop shell script rule
-  o DEVTYPE for disks is set by the kernel, they will be removed from
-    the default rules
-  o "udevadm control" commands will only accept the --<command> syntax
-  o symlink names to udevadm will no longer be resolved to old command names
-  o fix "udevadm info -V" format
-  o get distros to agree on a default set of rules
+ - use 'udevd:' in logs
+
+ - 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);
+
+ - monitor: use clock MONOTONIC
+
+ - 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