Skip to content

weston-init: Fix libinput calibration for dash

Felix Gerking requested to merge fix_libinput_calibration_postinstall into kirkstone

At the moment the output of the abs value of an input device is combined in a 64bit value and then evaluated to detect the touch input device. However, some shells support only 32bit int values for bitwise operations. To fix this, the values are evaluated one after the other.

Merge request reports