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

Modify xap-usb-gadget to work with f_psock #82

Open
4 tasks
dberliner opened this issue Jun 7, 2019 · 2 comments
Open
4 tasks

Modify xap-usb-gadget to work with f_psock #82

dberliner opened this issue Jun 7, 2019 · 2 comments

Comments

@dberliner
Copy link
Contributor

dberliner commented Jun 7, 2019

Right now xap-usb-gadget needs to be complemented with shell commands to get configfs to do what we want.

  • Remove acm for now (it causes a crash)
  • Add psock function type to gadget library
  • Add new psock function and config
  • Figure out what ffs-test is doing to make the endpoints work and replicate it as part of our startup procedure (this function is part of the kernel at linux/tools/usb/ffs-test.c but not build by buildroot, I am currently including it as an executable in my rootfs overlay)
@drbild
Copy link
Contributor

drbild commented Jun 7, 2019

  • Remove ecm for now (it causes a crash)

@dberliner Should that be acm?

Sorry, something went wrong.

@dberliner
Copy link
Contributor Author

Yes

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

No branches or pull requests

2 participants