1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
|
Source: joystick
Maintainer: Stephen Kitt <skitt@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
libsdl2-dev,
pkg-config,
python3,
libsystemd-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/debian/joystick
Vcs-Git: https://salsa.debian.org/debian/joystick.git
Homepage: https://sourceforge.net/projects/linuxconsole/
Rules-Requires-Root: no
Package: joystick
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: evtest,
inputattach
Breaks: stella (<< 4.7.2)
Replaces: stella (<< 4.7.2)
Description: set of testing and calibration tools for joysticks
Some useful tools for using joysticks:
evdev-joystick(1) - joystick calibration tool
ffcfstress(1) - force-feedback stress test
ffmvforce(1) - force-feedback orientation test
ffset(1) - force-feedback configuration tool
fftest(1) - general force-feedback test
jstest(1) - joystick test
jscal(1) - joystick calibration tool
.
evtest and inputattach, which used to be part of this package, are now
available separately.
Package: inputattach
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: joystick (<< 20051019-6)
Description: utility to connect serial-attached peripherals to the input subsystem
inputattach connects legacy serial-attached input peripherals to the input
subsystem: keyboards, mice, joysticks, touch-screens...
.
Amongst other things this allows legacy mice to be accessed via the
/dev/input/mice multiplexer.
.
Supported devices include:
* Serial-attached keyboards including the Apple Newton keyboard, DEC LK201
/ LK401 keyboards, the Stowaway keyboard, Sun type 4 and 5 keyboards,
standard PS/2 keyboards with a serial adapter
* Serial mice using Genius, Logitech, Microsoft or Mouse Systems protocols
* Serial-attached touchscreens including those manufactured by 3M, ELO,
Fujitsu, Penmount, Touchright, Touchwindow
* Serial-attached joysticks including I-Force, SpaceBall, SpaceOrb, Gravis
Stinger, WingMan Warrior
* The Handykey Twiddler used as a joystick or a chording keyboard
|