weston-init: Fix libinput calibration for dash
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.