Aharoni-Lab / Miniscope-DAQ-Cypress-firmware

DAQ firmware for V3 and V4 Miniscope platforms
15 stars 8 forks source link

Properly advertise PAN/TILT read-only/autoupdate capabilities #19

Open ximion opened 2 weeks ago

ximion commented 2 weeks ago

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