From: Antonio Ospite Date: Tue, 17 Nov 2015 09:43:46 +0000 (+0100) Subject: TODO: add some ideas for minor enhancements X-Git-Tag: v0.1.6~6 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/81c8bcd5aa0a94b6cc2f429faa61eff6d36049c4?ds=sidebyside TODO: add some ideas for minor enhancements --- diff --git a/TODO b/TODO index 4182cfc..46bf8de 100644 --- 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 +- 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.