FreeSpacenav / spacenavd

Free user-space driver for 6-dof space-mice.
http://spacenav.sourceforge.net
GNU General Public License v3.0
279 stars 55 forks source link

DEV_CADMAN and DEV_SB5000 need the DF_SWAPYZ | DF_INVYZ flags #93

Closed ruevs closed 9 months ago

ruevs commented 9 months ago

https://github.com/FreeSpacenav/spacenavd/blob/a2d121af16628e98f523c2746ccad7b6e72c8dca/src/dev.c#L65 https://github.com/FreeSpacenav/spacenavd/blob/a2d121af16628e98f523c2746ccad7b6e72c8dca/src/dev.c#L67

I tested them personally with my fork of libspnavdev and SolveSpace.

In addition to

I also tested the following devices and verified that they need the swapping and inverting:

jtsiomb commented 9 months ago

Thanks for reporting and verifying! Fixed.