Skip to content

uMTP-Responder-v1.0.0

Compare
Choose a tag to compare
@jfdelnero jfdelnero released this 07 Oct 21:35
· 137 commits to master since this release
  • Major update ! : Now support all file operations !

  • Config file : storage "rw"/"ro" parameter added to write protect a drive.

  • Performance : Read and write throughput increased (~ 4x speedup).

  • Fix >2GB files listing.

  • Fix >2GB files access support on 32 bits systems.

  • File read/write transfer cancel operation supported.

  • Drives and objects properties support.

  • New supported commands :

    • MTP_OPERATION_GET_PARTIAL_OBJECT_64
    • MTP_OPERATION_SEND_PARTIAL_OBJECT
    • MTP_OPERATION_BEGIN_EDIT_OBJECT
    • MTP_OPERATION_END_EDIT_OBJECT
    • MTP_OPERATION_TRUNCATE_OBJECT
    • MTP_REQ_CANCEL
    • MTP_REQ_RESET
    • MTP_REQ_GET_DEVICE_STATUS
    • MTP_OPERATION_GET_DEVICE_PROP_DESC
    • MTP_OPERATION_GET_DEVICE_PROP_VALUE
    • MTP_OPERATION_GET_OBJECT_REFERENCES
    • MTP_OPERATION_GET_OBJECT_PROP_LIST
    • MTP_OPERATION_GET_OBJECT_PROP_VALUE
    • MTP_OPERATION_SET_OBJECT_PROP_VALUE
  • Many others fixes and improvements !