Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

input: Documentation: update related file names in ff.rst

Change other related documentation file names from .txt to .rst
and be more explicit about their paths/locations.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: linux-input@vger.kernel.org
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Johann Deneux <johann.deneux@gmail.com>
Cc: Anssi Hannula <anssi.hannula@gmail.com>
Link: https://lore.kernel.org/r/20210302223523.20130-4-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Randy Dunlap and committed by
Jonathan Corbet
a9600c98 61be51c1

+3 -3
+3 -3
Documentation/input/ff.rst
··· 16 16 (as it is already the case), but to really enable the rendering of force 17 17 effects. 18 18 This document only describes the force feedback part of the Linux input 19 - interface. Please read joystick.txt and input.txt before reading further this 20 - document. 19 + interface. Please read joydev/joystick.rst and input.rst before reading further 20 + this document. 21 21 22 22 Instructions to the user 23 23 ~~~~~~~~~~~~~~~~~~~~~~~~ ··· 36 36 something goes wrong. 37 37 38 38 If you have a serial iforce device, you need to start inputattach. See 39 - joystick.txt for details. 39 + joydev/joystick.rst for details. 40 40 41 41 Does it work ? 42 42 --------------