- Status Unconfirmed
- Percent Complete
- Task Type Patches
- Category Drivers
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10764 - Implementation of the MTP protocol
This task is about the implementation of the MTP protocol for rockbox.
The code can be found in a github repository:
http://github.com/godeater/rockbox/tree/mtp The two main files are:
firmware/usbstack/usb_mtp.{c|h}
But there also are some other modification to be able to run it using the debug menu.
The new repository is now at:
http://github.com/pamaury/rockbox/commits/mtp-new
I would definitely favour MTP over the mass storage protocol as far as every day use of the player goes. Was this ever considered for inclusion?
I extracted the MTP-related changes and squashed them into a single coherent patch. It still needs to be rebased against more recent code, but that should be a lot simpler now.