-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
165 lines (110 loc) · 4.51 KB
/
NEWS
File metadata and controls
165 lines (110 loc) · 4.51 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
Version 1.6.0
-------------
* inputattach supports the Pulse-Eight HDMI CEC dongle (this requires
kernel 4.8 or later; thanks to Hans Verkuil <hverkuil@xs4all.nl>).
* evdev-joystick can set the minimum and maximum axis values (thanks
to Jon Sangster <jon@ertt.ca>).
* The udev rules are installed without executable permissions.
* The evdev-joystick manpage is installed along with the other
manpages.
Version 1.5.1
-------------
* Correctly install 80-stelladaptor-joystick.rules.
Version 1.5.0
-------------
* Add Stephen Anthony's evdev-joystick tool, with his agreement.
Version 1.4.9
-------------
* inputattach supports a new mouseman4 mode for 4-button Logitech mice
(thanks to Jamie Lentin <jm@lentin.co.uk>).
* inputattach supports EETI eGalaxTouch touchscreens (thanks to
Böszörményi Zoltán <zboszor@pr.hu>).
* inputattach can provide a "ready" notification to systemd (thanks to
Böszörményi Zoltán <zboszor@pr.hu>).
* js-set-enum-leds no longer uses hotplug.functions.
Version 1.4.8
-------------
* Set up PS3 controller LEDs correctly (thanks to bri
<bri@abrij.org>).
* inputattach supports Wacom IV tablets on kernels 3.17 and greater
(thanks to Julian Squires <julian@cipht.net>).
Version 1.4.7
-------------
* Correctly handle newer versions of the Spaceball firwmare (thanks to
Andrew Basterfield <abasterfield@gmail.com>). This fixes Debian
#298494.
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.