Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drivers/usbdev: fix complile break about mtp class #12198

Merged
merged 2 commits into from
Apr 21, 2024

Conversation

Donny9
Copy link
Contributor

@Donny9 Donny9 commented Apr 21, 2024

Summary

drivers/usbdev: fix complile break about mtp class

Impact

fix compile break

Testing

testing vela

Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
Copy link
Contributor

@acassis acassis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WOW! I didn't know NuttX had USB MTP support! I missed that!

Probably other users too: https://nuttx.apache.org/docs/latest/search.html?q=MTP

Please fix it!

@xiaoxiang781216
Copy link
Contributor

WOW! I didn't know NuttX had USB MTP support! I missed that!

Probably other users too: https://nuttx.apache.org/docs/latest/search.html?q=MTP

Please fix it!

more work need be upstreamed since the major mtp process is done in userspace. mtp kernel driver is a simple pass through driver just like fastboot/adb.

@xiaoxiang781216 xiaoxiang781216 merged commit 7c4e3af into apache:master Apr 21, 2024
26 checks passed
@acassis
Copy link
Contributor

acassis commented Apr 21, 2024

Right, understood! Thank you Xiang!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants