uMTP-Responder-v1.3.6
jfdelnero
released this
03 Apr 08:05
·
139 commits
to master
since this release
-
MTP Storage mount / unmount support (-cmd:mount:[store name] / -cmd:unmount:[store name] / ).
-
Config file :
- "storage" operation : new "notmounted" option.
- New usb_max_rd_buffer_size option (iMX6 issue workaround).
- New usb_max_wr_buffer_size option (iMX6 issue workaround).
- New read_buffer_cache_size option (iMX6 issue workaround).
-
Config file path can be changed in the command line (-conf:[Config file path]).
-
Async/inotify event : Send file size changes.
-
Fix : GadgetFs -> Handle unexpected disconnection while transferring a file.
-
Fix : Shared multi-drives inotify events.
-
Code fixes / improvements :
- MTP operations : Better errors handling.
- Code refactoring (MTP operations code separated).