Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: raw-gadget: update documentation

A recent patch added reporting of more event types to Raw Gadget.

Update the documentation to reflect that this feature has been
implemented.

Signed-off-by: Andrey Konovalov <andreyknvl@gmail.com>
Link: https://lore.kernel.org/r/20231030223158.36636-1-andrey.konovalov@linux.dev
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andrey Konovalov and committed by
Greg Kroah-Hartman
68a13174 7836be3b

-3
-3
Documentation/usb/raw-gadget.rst
··· 81 81 Potential future improvements 82 82 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 83 83 84 - - Report more events (suspend, resume, etc.) through 85 - ``USB_RAW_IOCTL_EVENT_FETCH``. 86 - 87 84 - Support ``O_NONBLOCK`` I/O. This would be another mode of operation, where 88 85 Raw Gadget would not wait until the completion of each USB request. 89 86