diff --git a/linuxconsoletools-64bitPort-ffutils.patch b/linuxconsoletools-64bitPort-ffutils.patch index 0cc637a..6f8a08b 100644 --- a/linuxconsoletools-64bitPort-ffutils.patch +++ b/linuxconsoletools-64bitPort-ffutils.patch @@ -634,3 +634,30 @@ diff -Naur linuxconsoletools-1.4.4.orig/utils/fftest.c linuxconsoletools-1.4.4/u exit(1); } } +diff -Naur linuxconsoletools-1.4.4.orig/docs/ffcfstress.1 linuxconsoletools-1.4.4/docs/ffcfstress.1 +--- linuxconsoletools-1.4.4.orig/docs/ffcfstress.1 2011-12-15 16:49:01.000000000 +0100 ++++ linuxconsoletools-1.4.4/docs/ffcfstress.1 2013-02-06 18:08:49.643559698 +0100 +@@ -3,7 +3,7 @@ + ffcfstress \- constant force stress test for force-feedback devices + .SH SYNOPSIS + .B ffcfstress +-.RB "[" \-d " <\fIdevice\fP>] [" \-u " <\fIupdate rate\fP>] [" \-f " <\fIfrequency\fP>] [" \-a " <\fIamplitude\fP>] [" \-s " <\fIstrength\fP>] [" \-o "]" ++.RB "[" \-d " <\fIdevice\fP>] [" \-u " <\fIupdate rate\fP>] [" \-f " <\fIfrequency\fP>] [" \-a " <\fIamplitude\fP>] [" \-s " <\fIstrength\fP>] [" \-x " <\fIaxis\fP>] [" \-A "] [" \-o "]" + .SH "DESCRIPTION" + ffcfstress stress tests constant non-enveloped forces on a force + feedback device. +@@ -30,6 +30,14 @@ + .BR \-s " <\fIstrength\fP>" + The spring strength factor (1.0 by default). + .TP ++.BR \-x " <\fIaxis\fP>" ++absolute axis to test (default: 0) ++.br ++[0 = X, 1 = Y, 2 = Z, 3 = RX, 4 = RY, 5 = RZ, 6 = WHEEL] ++.TP ++.B \-A ++switch off auto-centering ++.TP + .B \-o + Dummy option, useful when all defaults should be used. + .SH SEE ALSO diff --git a/linuxconsoletools.spec b/linuxconsoletools.spec index 40a680d..7a099c2 100644 --- a/linuxconsoletools.spec +++ b/linuxconsoletools.spec @@ -1,6 +1,6 @@ Name: linuxconsoletools Version: 1.4.4 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Tools for connecting joysticks & legacy devices to the kernel's input subsystem Group: Applications/System License: GPLv2+ @@ -69,6 +69,9 @@ chmod -x %{buildroot}%{_mandir}/man1/* %changelog +* Wed Feb 06 2013 Jaromir Capik - 1.4.4-7 +- Adding new switches to the ffcfstress man page + * Wed Feb 06 2013 Jaromir Capik - 1.4.4-6 - Merging the 64bit patch from ff-utils