pmaports/device/device-huawei-y530/90-touchscreen-dev.rules
drebrez a1b840bb71 [huawei-y530] Fix touchscreen (#552)
- Add patch to fix synaptics rmi touchscreen driver
- Disable not needed touchscreen drivers in kernel config
- Add udev rule to detect touchscreen device
2017-09-10 11:35:20 +00:00

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"