diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-05 00:42:54 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-04-05 18:45:10 -0400 |
commit | deeb1e902fbc6d6858bdfef87fd546c6f048b09b (patch) | |
tree | 1ae1db5fa025d81e9bbed14e42acba8e2dd6af2c | |
parent | b1abcdea6a4f13844088a11c1342fda29b78f660 (diff) |
Input: use svg files instead of xfig in force feedback documentation
Now that the images got converted to svg, add them at the
ff.rst file.
NOTE: After merging upstream, the "figure" tag should be
replaced by the new "kernel-figure" tag, in order for the
SVG images to be included at the PDF files.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r-- | Documentation/input/ff.rst | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/Documentation/input/ff.rst b/Documentation/input/ff.rst index 6d6688a63dd8..c30f185216a0 100644 --- a/Documentation/input/ff.rst +++ b/Documentation/input/ff.rst | |||
@@ -5,8 +5,8 @@ Force feedback for Linux | |||
5 | :Author: Johann Deneux <johann.deneux@gmail.com> on 2001/04/22. | 5 | :Author: Johann Deneux <johann.deneux@gmail.com> on 2001/04/22. |
6 | :Updated: Anssi Hannula <anssi.hannula@gmail.com> on 2006/04/09. | 6 | :Updated: Anssi Hannula <anssi.hannula@gmail.com> on 2006/04/09. |
7 | 7 | ||
8 | You may redistribute this file. Please remember to include shape.fig and | 8 | You may redistribute this file. Please remember to include shape.svg and |
9 | interactive.fig as well. | 9 | interactive.svg as well. |
10 | 10 | ||
11 | Introduction | 11 | Introduction |
12 | ~~~~~~~~~~~~ | 12 | ~~~~~~~~~~~~ |
@@ -127,8 +127,15 @@ allocate a new effect. | |||
127 | Effects are file descriptor specific. | 127 | Effects are file descriptor specific. |
128 | 128 | ||
129 | See <linux/input.h> for a description of the ff_effect struct. You should also | 129 | See <linux/input.h> for a description of the ff_effect struct. You should also |
130 | find help in a few sketches, contained in files shape.fig and interactive.fig. | 130 | find help in a few sketches, contained in files shape.svg and interactive.svg: |
131 | You need xfig to visualize these files. | 131 | |
132 | .. figure:: shape.svg | ||
133 | |||
134 | Shape | ||
135 | |||
136 | .. figure:: interactive.svg | ||
137 | |||
138 | Interactive | ||
132 | 139 | ||
133 | 140 | ||
134 | Removing an effect from the device | 141 | Removing an effect from the device |