Lines Matching +full:assigned +full:- +full:addresses
5 USB Raw Gadget is a gadget driver that gives userspace low-level control over
37 4. Raw Gadget explicitly exposes information about endpoints addresses and
38 capabilities. This allows the user to write UDC-agnostic gadgets.
40 5. Raw Gadget has an ioctl-based interface instead of a filesystem-based
46 The user can interact with Raw Gadget by opening ``/dev/raw-gadget`` and
53 1. Create a Raw Gadget instance by opening ``/dev/raw-gadget``.
60 Note that some UDC drivers have fixed addresses assigned to endpoints, and
61 therefore arbitrary endpoint addresses cannot be used in the descriptors.
62 Nevertheless, Raw Gadget provides a UDC-agnostic way to write USB gadgets.
66 endpoints for the gadget and assign addresses in the endpoint descriptors
71 https://github.com/xairy/raw-gadget
77 until its completion. This is done deliberately to assist with coverage-guided
84 - Support ``O_NONBLOCK`` I/O. This would be another mode of operation, where
87 - Support USB 3 features (accept SS endpoint companion descriptor when
90 - Support ISO transfer features (expose ``frame_number`` for completed