summaryrefslogtreecommitdiffstats
path: root/Documentation/hid
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2018-12-13 11:28:51 +1000
committerJiri Kosina <jkosina@suse.cz>2018-12-18 14:55:22 +0100
commit46b14eef59a8157138dc02f916a7f97c73b3ec53 (patch)
tree5d0a9cf8567f4a80069aa7343a31d83a526b6e85 /Documentation/hid
parent6e0856d317440a950b17c00a9283114f025e5699 (diff)
downloadlinux-0-day-46b14eef59a8157138dc02f916a7f97c73b3ec53.tar.gz
linux-0-day-46b14eef59a8157138dc02f916a7f97c73b3ec53.tar.xz
HID: doc: fix wrong data structure reference for UHID_OUTPUT
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/hid')
-rw-r--r--Documentation/hid/uhid.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hid/uhid.txt b/Documentation/hid/uhid.txt
index c8656dd029a91..958fff9453044 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: