How can I determine the correct /dev/input/event* name to monitor or at least fix it to something pre-known? – Ubuntu
I am running Raspbian Lite on a Raspberry Pi Zero. It has a touch sensitive LCD display. I have a (perl) program that reads touch events from /dev/input/event* and responds appropriately. The problem I have is that the event file…