diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2018-12-13 04:28:51 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-12-05 17:37:31 +0300 |
commit | 0b2db05c8e561a53494fcac016d145dcfaa4fa7f (patch) | |
tree | 2954256a0cad68f013e10fffeba5499917699485 /Documentation/hid | |
parent | 449c108f09d83bd2e57f11a240213f3320e9edb0 (diff) | |
download | linux-0b2db05c8e561a53494fcac016d145dcfaa4fa7f.tar.xz |
HID: doc: fix wrong data structure reference for UHID_OUTPUT
[ Upstream commit 46b14eef59a8157138dc02f916a7f97c73b3ec53 ]
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'Documentation/hid')
-rw-r--r-- | Documentation/hid/uhid.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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: |