summaryrefslogtreecommitdiff
path: root/TODO
blob: 9f32242972e994882fb8cbd7c8c93ab3bece976a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.