Message ID | 20240102145614.127736-2-jogletre@opensource.cirrus.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [RESEND,1/2] Input: support pre-stored effects | expand |
On Tue, Jan 02, 2024 at 02:56:13PM +0000, James Ogletree wrote: > Document FF_PRESTORED. > > Signed-off-by: James Ogletree <jogletre@opensource.cirrus.com> Reviewed-by: Jeff LaBundy <jeff@labundy.com> > --- > Documentation/input/ff.rst | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/input/ff.rst b/Documentation/input/ff.rst > index 5a1da42c33b3..1e0d00a42f25 100644 > --- a/Documentation/input/ff.rst > +++ b/Documentation/input/ff.rst > @@ -85,6 +85,7 @@ following bits: > - FF_FRICTION can simulate friction > - FF_DAMPER can simulate damper effects > - FF_RUMBLE rumble effects > +- FF_PRESTORED pre-stored effects > - FF_INERTIA can simulate inertia > - FF_GAIN gain is adjustable > - FF_AUTOCENTER autocenter is adjustable > -- > 2.25.1 > >
diff --git a/Documentation/input/ff.rst b/Documentation/input/ff.rst index 5a1da42c33b3..1e0d00a42f25 100644 --- a/Documentation/input/ff.rst +++ b/Documentation/input/ff.rst @@ -85,6 +85,7 @@ following bits: - FF_FRICTION can simulate friction - FF_DAMPER can simulate damper effects - FF_RUMBLE rumble effects +- FF_PRESTORED pre-stored effects - FF_INERTIA can simulate inertia - FF_GAIN gain is adjustable - FF_AUTOCENTER autocenter is adjustable
Document FF_PRESTORED. Signed-off-by: James Ogletree <jogletre@opensource.cirrus.com> --- Documentation/input/ff.rst | 1 + 1 file changed, 1 insertion(+)