Integrate meta-seconorth-distro/tscalibrate-libinput-fix-for-mxt-MODV-90
Commit: seco-ne/yocto/layers/meta-seconorth-distro@5fc7d3d9
ts_calibrate: Add 'generate' mode to extended script to auto generate a pointercal
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@0b968af8
ts_calibrate: ts_calibrate_extended: stop weston if needed
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@3e9f1a7d
weston: libinput touch calibration: Improve automatic touch detection
The script tries to autodect the device with absolute axis automatically. Now the modline is used for that, which is easier (and hopefully more reliably) to parse in a script.
See also clea-os/layers/seco/meta-seco-clea-os!8 (2a042d3f)
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@f20258d9
[SYSTEMD][UDEV]: Adapt touchscreen.rules to also match maxtouch
The maxtouch driver does not report the ABS_PRESSURE event, which is used in touchscreen.rules to map input devices to touchscreen0. To fix this an additional rule is added that matches devices which report ABS_X, ABS_Y and BTN_TOUCH.