Skip to content

Commit 46b14ee

Browse files
whotJiri Kosina
authored andcommitted
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>
1 parent 6e0856d commit 46b14ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/hid/uhid.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ them but you should handle them according to your needs.
160160
UHID_OUTPUT:
161161
This is sent if the HID device driver wants to send raw data to the I/O
162162
device on the interrupt channel. You should read the payload and forward it to
163-
the device. The payload is of type "struct uhid_data_req".
163+
the device. The payload is of type "struct uhid_output_req".
164164
This may be received even though you haven't received UHID_OPEN, yet.
165165

166166
UHID_GET_REPORT:

0 commit comments

Comments
 (0)