From 927643e27b67f28862fae14edaa38fa249ae043c60b409087890286c43b2e3ed Mon Sep 17 00:00:00 2001 From: Herbert Graeber Date: Mon, 26 Dec 2022 17:17:16 +0000 Subject: [PATCH] Accepting request 1045388 from home:hgraeber:branches:hardware - 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 --- spacenavd-1.1.tar.gz | 3 --- spacenavd-1.2.tar.gz | 3 +++ spacenavd.changes | 16 ++++++++++++++++ spacenavd.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 spacenavd-1.1.tar.gz create mode 100644 spacenavd-1.2.tar.gz diff --git a/spacenavd-1.1.tar.gz b/spacenavd-1.1.tar.gz deleted file mode 100644 index 9da35a0..0000000 --- a/spacenavd-1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2cb4fb8688bcbc5ff491a6d37bcb6eb0ae9198ac4c886c71c85b5aee19a4fa9 -size 63642 diff --git a/spacenavd-1.2.tar.gz b/spacenavd-1.2.tar.gz new file mode 100644 index 0000000..4bd2a30 --- /dev/null +++ b/spacenavd-1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94f28b56dcdb9e9439ea51a06fb1aae3ab5c5db3ca532d188c6d77d2148cc575 +size 62837 diff --git a/spacenavd.changes b/spacenavd.changes index bfce1c9..06e4765 100644 --- a/spacenavd.changes +++ b/spacenavd.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Dec 23 20:47:37 UTC 2022 - Herbert Graeber + +- 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. + ------------------------------------------------------------------- Sun Sep 25 16:47:35 UTC 2022 - Herbert Graeber diff --git a/spacenavd.spec b/spacenavd.spec index c365f7a..034aafd 100644 --- a/spacenavd.spec +++ b/spacenavd.spec @@ -18,7 +18,7 @@ Name: spacenavd -Version: 1.1 +Version: 1.2 Release: 0 Summary: Daemon for 3Dconnexion devices License: GPL-3.0-or-later