* Support for dominant axis mode. Dominant axis toggle can be bound as
a button action.
* Fixed device detection for some serial Spaceballs which were misdetected
due to spurious data arriving before the "@reset".
* Normalized default axis mapping/sign for CadMan USB and Spaceball 5000 USB.
* Linux: stop using the evdev time field, which was dropped in 32bit linux
for year 2038 compatibility.
* Protocol: added missing set/get requests for the repeat interval.
* Updated device blacklists to ignore 3Dconnexion keyboards/mice.
* Build improvements and fixes for various platforms.
- Add libXext as a build requires
OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=31
- Update to version 1.2
* Fixed incorrect button mappings for the SpaceMouse Pro. The button remapping
which was designed to fix this in v1.1 would end up becoming disabled due to
an incorrect assumption about reported number of buttons.
* Fixed incorrect number of stop bits for serial magellan spacemice. Some devices
tolerated that, while others did not work.
* Improved compatibility with some serial spaceballs. Relaxed the device matching
condition and allowed some time for the device to boot up before initializing it.
* Added hardcoded "reasonable" default values for number of axes and buttons in
the incomplete FreeBSD USB device handling code, to stop it from reporting 0 axes
and freaking clients out. This is a stop-gap, eventually it needs to be
implemented correctly.
OBS-URL: https://build.opensuse.org/request/show/1045388
OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=26
- Update to version 1.0
* Implemented hugely improved spacenav protocol v1. It includes future
expandability provisions, and adds support for a wealth of new capabilities
for clients, including:
+ device information queries (number of buttons and axes, device identification...).
+ configuration management (allows configuration tools like spnavcfg to be
regular clients without special priviledges).
+ new events, with event selection mechanism (device change, config change,
raw axis, raw button).
* Improved configuration file handling. Spacenavd now saves changes to the file,
and does so while retaining user changes, including comments and empty lines,
and modifying existing lines when possible.
* Added device level axis remapping (non-configurable), to normalize axis
assignments across all known devices, to avoid having to change the configuration
every time a different device is connected.
* Added initial USB device support on FreeBSD.
* Added the ability to bind buttons to actions like sensitivity changes or axis muting.
* Added XTEST support for keyboard event injection, which works much more reliably.
Falls back to XSendEvent if XTEST is unavailable.
* Fixed serial magellan spacemouse compatibility over USB-serial converters with the PL2303 UART.
* Added --cfgdir= build option, to change the configuration file directory.
* Fixed MacOS X build.
* Fixed LED staying on on startup if it was configured otherwise.
* Fixed inconsistent handling of the logging method selection arguments.
* Fixed spacenavd terminating with SIGPIPE when clients disconnected ungracefully.
* Build fixes and improvements.
OBS-URL: https://build.opensuse.org/request/show/972858
OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=22
- Update to version 0.8
* Rewrote the serial spaceball code from scratch, to support both spaceball
and magellan spacemice.
* Fixed non-X11 build which was broken in the previous version.
* Print usage information when encountering an invalid argument, instead of
just printing "invalid argument".
* Minor build improvements.
- Log stderr to default logger
- Update list of supported devices in spec file
OBS-URL: https://build.opensuse.org/request/show/879503
OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=19
- Remove unnecessary _service file
- Fix pidfile (/var/run -> /run)
- Bugfix release 0.7.1
* fixed build on gcc 10
* fixed configure script which failed to detect the version number correctly
in release 0.7, incorrectly trying to rely on git to do so.
- remove support for pre-systemd openSUSE releases
- remove patch spacenavd-add-blacklist-and-device-ids.patch
- remove patch spacenavd-add-missing-usbid.patch
- remove patch spacenavd-0.6+git3066072.patch
- remove patch spacenavd-fix-pidfile.patch
- Release 0.7
* implemented the ability to log to syslog.
* ignore joystick devices when searching for USB devices (linux).
* added code to attempt to wrestle devices from the X server.
* added the new 3Dconnexion vendor id to the device matching logic.
* made builds reproducible by linking in alphabetical order.
* added option led = auto, to turn the LED on only when a client connects (linux).
* implemented a blacklist of USB device ids that should be ignored.
OBS-URL: https://build.opensuse.org/request/show/790486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spacenavd?expand=0&rev=6
- Remove unnecessary _service file
- Fix pidfile (/var/run -> /run)
- Bugfix release 0.7.1
* fixed build on gcc 10
* fixed configure script which failed to detect the version number correctly
in release 0.7, incorrectly trying to rely on git to do so.
- remove support for pre-systemd openSUSE releases
- remove patch spacenavd-add-blacklist-and-device-ids.patch
- remove patch spacenavd-add-missing-usbid.patc
- Release 0.7
* implemented the ability to log to syslog.
* ignore joystick devices when searching for USB devices (linux).
* added code to attempt to wrestle devices from the X server.
* added the new 3Dconnexion vendor id to the device matching logic.
* made builds reproducible by linking in alphabetical order.
* added option led = auto, to turn the LED on only when a client connects (linux).
* implemented a blacklist of USB device ids that should be ignored.
OBS-URL: https://build.opensuse.org/request/show/790354
OBS-URL: https://build.opensuse.org/package/show/hardware/spacenavd?expand=0&rev=16