diff options
author | Tom Saeger <tom.saeger@oracle.com> | 2017-10-10 20:36:23 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-12 20:14:06 +0300 |
commit | 1752118d48e7627756acf7fb8c13541305078fed (patch) | |
tree | 23092b0c66892d8376ff98c00101304861fc0a8a /Documentation/hid | |
parent | 3ba9b1b814fe37ba3267b58917a73dc69eebde40 (diff) | |
download | linux-1752118d48e7627756acf7fb8c13541305078fed.tar.xz |
Documentation: fix input related doc refs
Make `input` document refs valid including:
- joystick
- joystick-parport
Signed-off-by: Tom Saeger <tom.saeger@oracle.com>
Reviewed-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/hid')
-rw-r--r-- | Documentation/hid/hiddev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hid/hiddev.txt b/Documentation/hid/hiddev.txt index 6e8c9f1d2f22..638448707aa2 100644 --- a/Documentation/hid/hiddev.txt +++ b/Documentation/hid/hiddev.txt @@ -12,7 +12,7 @@ To support these disparate requirements, the Linux USB system provides HID events to two separate interfaces: * the input subsystem, which converts HID events into normal input device interfaces (such as keyboard, mouse and joystick) and a -normalised event interface - see Documentation/input/input.txt +normalised event interface - see Documentation/input/input.rst * the hiddev interface, which provides fairly raw HID events The data flow for a HID event produced by a device is something like |