summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2022-04-05 10:16:45 +0200
committerLennart Poettering <lennart@poettering.net>2022-04-05 10:44:04 +0200
commit2cf120f7cf896c7f873e3205adc3f3993ab3edcf (patch)
treea840a08adbb7db23e1788a6b8836b1243bc13710 /TODO
parent42ac3bf1a322c3619b71b210863c4e5d66b9c284 (diff)
downloadsystemd-2cf120f7cf896c7f873e3205adc3f3993ab3edcf.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index a18ebdbcb1..203d8b36f9 100644
--- 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.