Lines Matching refs:gadget
5 USB Raw Gadget is a gadget driver that gives userspace low-level control over
6 the gadget's communication process.
8 Like any other gadget driver, Raw Gadget implements USB devices via the
9 USB gadget API. Unlike most gadget drivers, Raw Gadget does not implement
21 USB gadget layer for userspace. The key differences are:
26 its own and never forward them to the gadget layer.
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``.
57 Raw Gadget and react to those depending on what kind of USB gadget must
66 endpoints for the gadget and assign addresses in the endpoint descriptors
71 https://github.com/xairy/raw-gadget