]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 5 Apr 2022 08:16:45 +0000 (10:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 5 Apr 2022 08:44:04 +0000 (10:44 +0200)
TODO

diff --git a/TODO b/TODO
index a18ebdbcb1abb1d64409029ced5e954265fbdcb6..203d8b36f9603c46d7d568fa2ecbb97f76a59309 100644 (file)
--- a/TODO
+++ b/TODO
@@ -78,6 +78,13 @@ Janitorial Clean-ups:
 
 Features:
 
+* sd-device has an API to create an sd_device object from a device id, but has
+  no api to query the device id
+
+* sd-device should return the devnum type (i.e. 'b' or 'c') via some API for an
+  sd_device object, so that data passed into sd_device_new_from_devnum() can
+  also be queried.
+
 * udevadm: a new "tree" verb that shows tree of devices as syspath hierarchy,
   along with their properties. uninitialized devices should be greyed out.