2017-09-21 22:23:54 +00:00
|
|
|
# udev rules file
|
|
|
|
# All device names can be read from weston's logfile (/tmp/weston.log in postmarketOS)
|
|
|
|
|
|
|
|
# Touchscreen (use 'weston-calibrator' to calibrate)
|
|
|
|
SUBSYSTEM=="input", ATTRS{name}=="Elan Touchscreen", \
|
2017-09-23 01:31:38 +00:00
|
|
|
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1"
|