From b6a96b39e012fda9f203f1317bb70fcdeefe2f96 Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 18 Aug 2023 11:50:56 +0200 Subject: [PATCH] Add Issue 65 to Bugs.md --- Bugs.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Bugs.md b/Bugs.md index 4536616..ee38c63 100644 --- a/Bugs.md +++ b/Bugs.md @@ -1223,3 +1223,15 @@ Steps to reproduce: * Observe that the element in the previously focussed window was clicked. +## Issue 65 + + * github issue number: N/A + * Fixed: 2.2.1 + +Up until cagebreak 2.2.0, the configuration for the calibration matrix of +a libinput device was not propagated correctly when internally copying +the configuration. This meant that effectively, the calibration matrix +configuration was a NoOp. Starting with version 2.2.1, the calibration +matrix can be set as documented. + +Thanks to Oliver Friedmann for providing a pull request.