Skip to content

fallback: don't write generated pointercal file

Felix Gerking requested to merge dont-write-pointercall-in-fallback-mode into dunfell

When called with --fallback, a uniform calibration matrix is generated to hopefully make the touch work anyway. Prior to this commit this uniform matrix was also stored at the given file. This storage is removed now, but the fallback matrix is still returned to the calling program.

BCS 746-000087

Merge request reports