viveris / uMTP-Responder

Lightweight USB Media Transfer Protocol (MTP) responder daemon for GNU/Linux
GNU General Public License v3.0
192 stars 52 forks source link

SuperSpeedPlus support? #55

Open FrozenSource opened 3 years ago

FrozenSource commented 3 years ago

Hello, First let me tell you that I love your work! I have a question however? Is there any ambition as to be compatible with the SuperSpeedPlus protocol? I wish to work with the responder on a pi4 (USB-C). With as much speed as possible... Sincerely, Bram Nijenkamp

jfdelnero commented 3 years ago

SuperSpeed is already supported : uncomment the "#define CONFIG_USB_SS_SUPPORT 1" line in buildconf.h (tested in FunctionFs mode with dwc3).

For the SuperSpeedPlus i have read that this is just a flag or something similar to pass to usb the descriptor so let me know if you are interested to make some tests.

FrozenSource commented 3 years ago

Ok will do that! thanks for telling me. I do need to do some performance testing for a project, so will specify the results when I get to testing!