diff options
author | Marco Morandini <marco.morandini@polimi.it> | 2023-07-17 19:40:52 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2023-08-07 14:24:36 +0300 |
commit | 2326dee41c01c8d31574a62045fb1c5f242885f0 (patch) | |
tree | 273ae45684b8138bab041f293e724d58e67fea34 /Documentation/hid/index.rst | |
parent | 1d7546042f8fdc4bc39ab91ec966203e2d64f8bd (diff) | |
download | linux-2326dee41c01c8d31574a62045fb1c5f242885f0.tar.xz |
HID: Add introduction about HID for non-kernel programmers
Add an introduction about HID meant for the casual programmer
that is trying either to fix his device or to understand
what is going wrong.
Signed-off-by: Marco Morandini <marco.morandini@polimi.it>
Co-authored-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/hid/index.rst')
-rw-r--r-- | Documentation/hid/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/hid/index.rst b/Documentation/hid/index.rst index b2028f382f11..af02cf7cfa82 100644 --- a/Documentation/hid/index.rst +++ b/Documentation/hid/index.rst @@ -7,6 +7,7 @@ Human Interface Devices (HID) .. toctree:: :maxdepth: 1 + hidintro hiddev hidraw hid-sensor |