This change fixes reading data from the BNO on newer Linux versions once again.
The Linux kernel added some more input sanitization with kernel 6.10.3
(specifically patch
https://github.com/torvalds/linux/commit/86419686e66da5b90a07fb8a40ab138fe97189b5).
We could add a quirk fix to the kernel, but it's a bit easier to update
the hardware as well to behave more correctly.
The images have been rebuilt & tested locally, this change is also fairly small :-)
Best,
Matthias
Hi!
This change fixes reading data from the BNO on newer Linux versions once again. The Linux kernel added some more input sanitization with kernel 6.10.3 (specifically patch https://github.com/torvalds/linux/commit/86419686e66da5b90a07fb8a40ab138fe97189b5). We could add a quirk fix to the kernel, but it's a bit easier to update the hardware as well to behave more correctly.
The images have been rebuilt & tested locally, this change is also fairly small :-) Best, Matthias