diff options
author | Andrey Konovalov <andreyknvl@gmail.com> | 2023-10-30 23:31:58 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-11-22 12:02:54 +0000 |
commit | 68a1317412e19cdbc0cbbb9474013adfa1aa986f (patch) | |
tree | d32ff3b297572879f5c9e65d2038b50683e9d6b8 /Documentation/usb | |
parent | 7836be3b100cfc6db3db7ddeb985254bfe1775e4 (diff) |
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>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/raw-gadget.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/usb/raw-gadget.rst b/Documentation/usb/raw-gadget.rst index 818a1648b387..59b2132b584d 100644 --- a/Documentation/usb/raw-gadget.rst +++ b/Documentation/usb/raw-gadget.rst @@ -81,9 +81,6 @@ feature must be kept in the implementation. Potential future improvements ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- Report more events (suspend, resume, etc.) through - ``USB_RAW_IOCTL_EVENT_FETCH``. - - Support ``O_NONBLOCK`` I/O. This would be another mode of operation, where Raw Gadget would not wait until the completion of each USB request. |