spacenavd/src
John Tsiombikas d537c9b002 fix button mapping for SpaceMouse Pro
I expected the SpaceMouse Pro to report 256 buttons like the SpaceMouse
Enterprise, and was too cautious in dropping the remapping otherwise. It
turns out it reports 15 buttons, but still produces disjointed button
numbers. So remove the check and just log the reported number of buttons
before remapping for future debugging.
2022-12-11 21:27:43 +02:00
..
cfgfile.c fix crash when saving configuration, and the file did not already exist 2022-08-26 22:53:20 +03:00
cfgfile.h
client.c
client.h - added raw axis/button events 2022-03-26 15:06:03 +02:00
dev.c Wireless device detection, and CadMouse avoidance logic 2022-08-26 16:39:26 +03:00
dev.h linux evdev: detect the button base instead of hardcoding 256 2022-08-26 17:16:59 +03:00
dev_serial.c Improved serial spaceball compatibility 2022-11-29 19:34:19 +02:00
dev_serial.h
dev_usb.c
dev_usb.h Wireless device detection, and CadMouse avoidance logic 2022-08-26 16:39:26 +03:00
dev_usb_darwin.c
dev_usb_freebsd.c FreeBSD USB: added fake hardcoded device parameters in lieu of actual info 2022-11-30 01:02:47 +02:00
dev_usb_linux.c fix button mapping for SpaceMouse Pro 2022-12-11 21:27:43 +02:00
dummy_usb.c
event.c - added raw axis/button events 2022-03-26 15:06:03 +02:00
event.h - added raw axis/button events 2022-03-26 15:06:03 +02:00
hotplug.h
hotplug_darwin.c
hotplug_freebsd.c
hotplug_linux.c linux hotplug: delayed activation to avoid multiple hotplug triggers 2022-08-26 15:39:07 +03:00
kbemu.c
kbemu.h
logger.c
logger.h
proto.c allow passing a null pointer to send_string, and send an empty string 2022-04-26 17:23:17 +03:00
proto.h - added raw axis/button events 2022-03-26 15:06:03 +02:00
proto_unix.c proto: better SCFG_KBMAP handling 2022-03-26 23:23:58 +02:00
proto_unix.h
proto_x11.c fixed compatibility with newer magellan clients 2022-04-09 06:51:22 +03:00
proto_x11.h
spnavd.c Button remapping hack for devices with non-contiguous button numbers 2022-08-26 15:06:38 +03:00
spnavd.h
spnavd_win32.c
xdetect.h
xdetect_freebsd.c
xdetect_linux.c