linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: hid: fix wrong data structure reference for UHID_OUTPUT
@ 2018-12-13  1:28 Peter Hutterer
  2018-12-18 13:55 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Hutterer @ 2018-12-13  1:28 UTC (permalink / raw)
  To: Benjamin Tissoires, Jiri Kosina; +Cc: linux-input, linux-kernel

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
---
 Documentation/hid/uhid.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hid/uhid.txt b/Documentation/hid/uhid.txt
index c8656dd029a9..958fff945304 100644
--- a/Documentation/hid/uhid.txt
+++ b/Documentation/hid/uhid.txt
@@ -160,7 +160,7 @@ them but you should handle them according to your needs.
   UHID_OUTPUT:
   This is sent if the HID device driver wants to send raw data to the I/O
   device on the interrupt channel. You should read the payload and forward it to
-  the device. The payload is of type "struct uhid_data_req".
+  the device. The payload is of type "struct uhid_output_req".
   This may be received even though you haven't received UHID_OPEN, yet.
 
   UHID_GET_REPORT:
-- 
2.19.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-18 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-13  1:28 [PATCH] Documentation: hid: fix wrong data structure reference for UHID_OUTPUT Peter Hutterer
2018-12-18 13:55 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).