1
0
Fork 0

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>
hifive-unleashed-5.1
Peter Hutterer 2018-12-13 11:28:51 +10:00 committed by Jiri Kosina
parent 6e0856d317
commit 46b14eef59
1 changed files with 1 additions and 1 deletions

View File

@ -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: