From: Peter Hutterer Date: Thu, 13 Dec 2018 01:28:51 +0000 (+1000) Subject: HID: doc: fix wrong data structure reference for UHID_OUTPUT X-Git-Tag: v4.19.88~178 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=168779023daab60ae37e3ec5f5186242f730f9db;p=platform%2Fkernel%2Flinux-rpi.git HID: doc: fix wrong data structure reference for UHID_OUTPUT [ Upstream commit 46b14eef59a8157138dc02f916a7f97c73b3ec53 ] Signed-off-by: Peter Hutterer Signed-off-by: Jiri Kosina Signed-off-by: Sasha Levin --- diff --git a/Documentation/hid/uhid.txt b/Documentation/hid/uhid.txt index c8656dd..958fff9 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: