~ubuntu-branches/ubuntu/lucid/joystick/lucid

« back to all changes in this revision

Viewing changes to debian/ffcfstress.1

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Kitt
  • Date: 2009-10-12 15:12:52 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091012151252-za48nd35nfruacfx
Tags: 20051019-9
* Handle the various buffer sizes expected in kernels 2.6.27 to 2.6.30.8
  (2.6.28 changed the value of KEY_MAX, which changed the definition of
  a joystick-related ioctl; 2.6.31 fixed the problem by handling any
  buffer size - see ec8b4b7085605e801a7740a2c3c33256aebe249c in the
  kernel git repository, which was also shipped in 2.6.30.8). Correctly
  closes: #536013. Thanks to Krzysztof A. Sobiecki for help determining
  the actual cause of the behaviour seen in jstest!
* Avoid treating positive return values from ioctl() as errors; kernels
  starting with 2.6.32 return buffer sizes in some cases (see
  999b874f4aa39b7abf45662ff0900f943ddb2d02 in the kernel git
  repository).
* Standards-Version 3.8.3, no change required.
* initscript stops in level 1 as well as 0 and 6. Note that the
  initscript will be going away soon, see #540680.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH ffcfstress 1 "March 8, 2009" ffcfstress
 
2
.SH NAME
 
3
ffcfstress \- constant force stress test for force-feedback devices
 
4
.SH SYNOPSIS
 
5
.B ffcfstress
 
6
.RB "[" \-d " <\fIdevice\fP>] [" \-u " <fIupdate rate\fP>] [" \-f " <\fIfrequency\fP>] [" \-a " <\fIamplitude\fP>] [" \-s " <\fIstrength\fP>] [" \-o "]"
 
7
.SH "DESCRIPTION"
 
8
ffcfstress stress tests constant non-enveloped forces on a force
 
9
feedback device.
 
10
It simulates a moving spring force by applying a frequently updated
 
11
constant force effect.
 
12
.PP
 
13
.B Beware, the stress test may damage your device!
 
14
.SH OPTIONS
 
15
At least one option is required.
 
16
.TP
 
17
.BR \-d " <\fIdevice\fP>"
 
18
The device to test (by default \fI/dev/input/event0\fR).
 
19
.TP
 
20
.BR \-u " <\fIupdate rate\fP>"
 
21
The update rate in Hz (25 by default).
 
22
.TP
 
23
.BR \-f " <\fIfrequency\fP>"
 
24
The spring center motion frequency in Hz (0.1 by default).
 
25
.TP
 
26
.BR \-a " <\fIamplitude\fP>"
 
27
The spring center motion amplitude, between 0.0 and 1.0 (1.0 by
 
28
default).
 
29
.TP
 
30
.BR \-s " <\fIstrength\fP>"
 
31
The spring strength factor (1.0 by default).
 
32
.TP
 
33
.B \-o
 
34
Dummy option, useful when all defaults should be used.
 
35
.SH SEE ALSO
 
36
\fBffmvforce\fP(1), \fBfftest\fP(1), \fBjstest\fP(1).
 
37
.SH AUTHOR
 
38
.B ffcfstress
 
39
was written by Oliver Hamann.
 
40
.PP
 
41
This manual page was written by Stephen Kitt <steve@sk2.org>, for the Debian
 
42
GNU/Linux system (but may be used by others).
 
43
It was last modified for
 
44
.B ffcfstress
 
45
dated February 15, 2002.
 
46