X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/4adfb3b9936422d62b05143238a4504f337cf12a..b19b4ede044e0e2f4674ed9b1beddae510f40a95:/TODO diff --git a/TODO b/TODO index f6f9d75..46bf8de 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,11 @@ -- Document the API with Doxygen. -- Support more than one am7xxx device at a time. -- Generate Language bindings in order to use libam7xxx from other languages. +- Get rid of atoi() +- Write a GStreamer sink element based on libam7xxx. +- Generate language bindings in order to use libam7xxx from other languages + (this may not be necessary if the GStreamer sink works well enough). +- 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.