We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During endpoint operations, Raw Gadget allows providing a USB_RAW_IO_FLAGS_ZERO flag, which sets the zero flag on the submitted USB request.
USB_RAW_IO_FLAGS_ZERO
zero
We need to:
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.
Possibly add other request flags supported by the gadget subsystem. For reference: is_last in f_tcm.c, no_interrupt in uvc_video.c.
is_last
no_interrupt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
During endpoint operations, Raw Gadget allows providing a
USB_RAW_IO_FLAGS_ZERO
flag, which sets thezero
flag on the submitted USB request.We need to:
Figure out if the
USB_RAW_IO_FLAGS_ZERO
is useful being exposed to userspace and remove it if not. For reference: howzero
is used in GadgetFS.Possibly add other request flags supported by the gadget subsystem. For reference:
is_last
in f_tcm.c,no_interrupt
in uvc_video.c.The text was updated successfully, but these errors were encountered: