2017-06-30 15:19:46 +00:00
|
|
|
# udev rules file
|
2017-10-17 20:38:47 +00:00
|
|
|
# All device names can be read from weston's logfile
|
2017-06-30 15:19:46 +00:00
|
|
|
|
|
|
|
# Touchscreen (use 'weston-calibrator' to calibrate)
|
2017-08-07 19:08:35 +00:00
|
|
|
SUBSYSTEM=="input", ATTRS{name}=="clearpad", \
|
2017-06-30 15:19:46 +00:00
|
|
|
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1" \
|
2017-08-07 19:08:35 +00:00
|
|
|
ENV{WL_CALIBRATION}="1.013786 0.035310 -24.920929 -0.008370 0.990421 12.094299"
|
2017-06-30 15:19:46 +00:00
|
|
|
|