Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
[configs] do not hardcode touchscreen devnode
On N9/N950 input devices do not guarantee to get assigned the same devnode on every reboot. Once touchscreen might be /dev/input/event3, the other time it can be /dev/input/event1. So rely on autodetection (in prev commit it was false assumption that autodetect doesn't work reliably)
- Loading branch information