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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
Version 1.4.6
-------------
* The force-feedback test tools (ffmvforce, ffset, fftest) now handle
device names longer than 64 characters (thanks to Ralf Jung
<post@ralfj.de>). This fixes Debian #706744.
Version 1.4.5
-------------
* inputattach no longer loops forever in certain situations (thanks to
Josh Bowman for the pointer).
* Improvements to the force-feedback tools, available elsewhere, have
been merged (thanks to Jaromir Capik <jcapik@redhat.com>).
* ELO touchscreens apparently don't work with CRTSCTS, so it's no
longer set (thanks to Thierry Bultel <thierry.bultel@wanadoo.fr>).
This fixes Debian #699030.
Version 1.4.4
-------------
* jstest --select correctly resets the timeout, and no longer ends up
using all the CPU.
* inputattach builds on kernels without TSC-40 support (thanks to Kyle
Manna <kyle.manna@fuel7.com>).
* inputattach now supports Genius EasyPen 3x4 tablets on kernels with
the appropriate module (thanks to Denis Gonsiorovsky
<denis_g@outlook.com>).
Version 1.4.3
-------------
* inputattach supports PenMount 3000, 6000 and 6250 devices (thanks to
John Sung <penmount.touch@gmail.com>) and TSC-40 devices (thanks to
Christian Gmeiner <christian.gmainer@gmail.com>).
Version 1.4.2
-------------
* The udev rule matching w8001 devices has been split to handle
devices using different baud rates, and the different baud rates are
documented.
* inputattach no longer resets the line discipline before exiting when
it discovers the device is already managed by another inputattach
instance.
* jscal-store creates its target directory if necessary.
Version 1.4.1
-------------
* inputattach correctly handles non-retry errors other than EINTR
(thanks to Alexander Clouter <alex@digriz.org.uk> for the patch).
Version 1.4
-----------
* inputattach no longer aborts when it receives a recoverable signal
(thanks to Kees Cook <kees@ubuntu.com> for the patch).
Version 1.4rc1
--------------
The following user-visible changes have been made since the last
commonly used snapshot (20051019):
* inputattach has been cleaned up, and now supports the following new
devices:
- Sahara Touch-iT213
- PS/2 multiplexers on TQM85xx boards
- Zhen Hua PCM-4CH RC transmitters
- TAOS evaluation modules
- Wacom W8001
- Microtouch, Touchright, Touchwindow, Penmount and Fujitsu
touchscreens
* jscal tolerates greater jitter (so joysticks which don't send stable
values can still be calibrated).
* jscal supports axis and button remapping.
* Various USB devices which caused jscal and/or jstest to segfault are
now handled correctly.
* jscal-store and jscal-restore allow joystick calibration and
remapping settings to be stored and restored.
* Documentation is provided, with manpages for all the provided
utilities and sample udev rules.
In addition, the 20051019 snapshot included the following user-visible
changes since version 1.2.15:
* jstest includes axis and button names.
* New utilities:
- inputattach connects devices to the input layer, allowing them to
be used even if they are not directly supported;
- force-feedback utilities;
- evtest event-layer monitoring utility.
|