summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authormananth <mananth>2003-08-25 08:12:27 +0000
committermananth <mananth>2003-08-25 08:12:27 +0000
commit84e213ec1680275dc69477c34f34a372b9fddf2d (patch)
treee5c717a88b8b980780cd15dc86056b442f13fcaf /TODO
downloadsysfsutils-84e213ec1680275dc69477c34f34a372b9fddf2d.tar.gz
Initial revision
Diffstat (limited to 'TODO')
-rw-r--r--TODO18
1 files changed, 18 insertions, 0 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..9f32242
--- /dev/null
+++ b/TODO
@@ -0,0 +1,18 @@
+Library:
+--------
+- Implement a better device tree, so we can eventually walk the tree.
+- Add write attribute write commands:
+ sysfs_write_attribute()
+ sysfs_write_attribute_value()
+- Possibly add abstract data list to make device tree easier and to
+ give calling applications a means to easily manage large lists
+ of devices.
+- Make bus lists of devices using topology.
+- Need to properly set errno.
+
+Commands:
+---------
+- Add capability to just take a device as an argument.
+- Add topology tree view.
+- Need to clean up error messages.
+- Clean up how attribute values are printed.