diff mbox series

usb: raw-gadget: update documentation

Message ID 20231030223158.36636-1-andrey.konovalov@linux.dev
State New
Headers show
Series usb: raw-gadget: update documentation | expand

Commit Message

andrey.konovalov@linux.dev Oct. 30, 2023, 10:31 p.m. UTC
From: Andrey Konovalov <andreyknvl@gmail.com>

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>
---
 Documentation/usb/raw-gadget.rst | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

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.