projects
/
libam7xxx.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
edf253b
)
TODO: add some ideas for minor enhancements
author
Antonio Ospite <ao2@ao2.it>
Tue, 17 Nov 2015 09:43:46 +0000
(10:43 +0100)
committer
Antonio Ospite <ao2@ao2.it>
Tue, 17 Nov 2015 09:43:46 +0000
(10:43 +0100)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index
4182cfc
..
46bf8de
100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-5,3
+5,7
@@
- If there will ever be an API breakage, consider using more portable types
(e.g. off_t for file sizes, size_t for counters, etc.)
- uniform the style of if() checks in cmake files
- If there will ever be an API breakage, consider using more portable types
(e.g. off_t for file sizes, size_t for counters, etc.)
- uniform the style of if() checks in cmake files
+- evaluate the use of error() instead of debug() for error paths
+- make the switch_command in am7xxx-modeswitch more readable using the
+ explicit bulk_cb_wrap structure from include/linux/usb/storage.h in the
+ linux kernel.