a1b840bb71
- Add patch to fix synaptics rmi touchscreen driver - Disable not needed touchscreen drivers in kernel config - Add udev rule to detect touchscreen device
7 lines
228 B
Text
7 lines
228 B
Text
# udev rules file
|
|
# All device names can be read from weston's logfile (/tmp/weston.log in postmarketOS)
|
|
|
|
# Touchscreen detection
|
|
SUBSYSTEM=="input", ATTRS{name}=="synaptics", \
|
|
ENV{ID_INPUT}="1", ENV{ID_INPUT_TOUCHSCREEN}="1"
|
|
|