forked from janoc/libndofdev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
33 lines (27 loc) · 1.58 KB
/
CHANGELOG
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
2015-10-09 Jan Ciger <jan.ciger (at) gmail.com>
* 0.7
- fixed dependency on libexplain that sneaked in in the last version (thanks @techwolf)
- fixed two ueber-strict warnings about return values from write() (thanks @techwolf)
2014-10-20 Jan Ciger <jan.ciger (at) gmail.com>
* 0.6
- merged patch from Ricky Curtice (http://rwcproductions.com/)
- untested support for more devices
- dynamic determination of the number of axes
- cleanups
2014-04-12 Jan Ciger <jan.ciger (at) gmail.com>
* 0.5
- added support for 3Dconnexion SpaceMouse Pro & increased number of supported buttons to 32 (thanks to David Seikel)
2014-04-08 Jan Ciger <jan.ciger (at) gmail.com>
* 0.4
- added support for 3Dconnexion SpaceBall 5000 & increased number of supported buttons to 12
- merged change from Armin Weatherwax <Armin.Weatherwax (at) gmail.com> for 3Dconnexion SpaceExplorer
2010-08-10 Jan Ciger <jan.ciger (at) gmail.com>
* 0.3
- fixed support for newer kernels - it seems that somewhere between 2.6.31 and 2.6.35 the SpaceNavigator
driver was changed to send EV_ABS events instead of EV_REL. Thanks to Thomax G. thomax23 (at) googlemail.com
2008-08-25 Jan Ciger <jan.ciger (at) gmail.com>
* 0.2
- fixed button support (Do'h!)
- turn the LED on when the SpaceNavigator is opened and off when it is closed
2008-08-20 Jan Ciger <jan.ciger (at) gmail.com>
* 0.1 Initial release