2db2095b2a
Limit touchscreen calibration only available for goodix variant, it has fixed the calibration isssues on focaltech variant.
5 lines
271 B
Text
5 lines
271 B
Text
SUBSYSTEM=="input", ENV{DEVNAME}=="/dev/input/event1", \
|
|
ATTRS{name}=="Goodix Capacitive TouchScreen", \
|
|
ENV{WL_CALIBRATION}="4.00 0.00 0.00 0.00 1.80 0.00", \
|
|
ENV{LIBINPUT_CALIBRATION_MATRIX}="4.00 0.00 0 0.00 1.80 0", \
|
|
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1"
|