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

Clean up request flags #47

Open
xairy opened this issue Aug 19, 2023 · 0 comments
Open

Clean up request flags #47

xairy opened this issue Aug 19, 2023 · 0 comments
Labels
kernel Requires kernel changes raw gadget Requires changes in Raw Gadget

Comments

@xairy
Copy link
Owner

xairy commented Aug 19, 2023

During endpoint operations, Raw Gadget allows providing a USB_RAW_IO_FLAGS_ZERO flag, which sets the zero flag on the submitted USB request.

We need to:

  1. Figure out if the USB_RAW_IO_FLAGS_ZERO is useful being exposed to userspace and remove it if not. For reference: how zero is used in GadgetFS.

  2. Possibly add other request flags supported by the gadget subsystem. For reference: is_last in f_tcm.c, no_interrupt in uvc_video.c.

@xairy xairy added kernel Requires kernel changes raw gadget Requires changes in Raw Gadget labels Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Requires kernel changes raw gadget Requires changes in Raw Gadget
Projects
None yet
Development

No branches or pull requests

1 participant