Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit deeb1e90 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Dmitry Torokhov
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent b1abcdea
Loading
Loading
Loading
Loading
+11 −4
Original line number Original line Diff line number Diff line
@@ -5,8 +5,8 @@ Force feedback for Linux
:Author: Johann Deneux <johann.deneux@gmail.com> on 2001/04/22.
:Author: Johann Deneux <johann.deneux@gmail.com> on 2001/04/22.
:Updated: Anssi Hannula <anssi.hannula@gmail.com> on 2006/04/09.
:Updated: Anssi Hannula <anssi.hannula@gmail.com> on 2006/04/09.


You may redistribute this file. Please remember to include shape.fig and
You may redistribute this file. Please remember to include shape.svg and
interactive.fig as well.
interactive.svg as well.


Introduction
Introduction
~~~~~~~~~~~~
~~~~~~~~~~~~
@@ -127,8 +127,15 @@ allocate a new effect.
Effects are file descriptor specific.
Effects are file descriptor specific.


See <linux/input.h> for a description of the ff_effect struct. You should also
See <linux/input.h> for a description of the ff_effect struct. You should also
find help in a few sketches, contained in files shape.fig and interactive.fig.
find help in a few sketches, contained in files shape.svg and interactive.svg:
You need xfig to visualize these files.

.. figure:: shape.svg

    Shape

.. figure:: interactive.svg

    Interactive




Removing an effect from the device
Removing an effect from the device