Hello @DAH,
I am missing specifically the type 1 ( EV_KEY
) events.
On your previous log I saw one that indicate the touch-screen was pressed (value 1):
type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
However, there was none that it was released (value 0) as you can see in my example:
type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
Please double check if you get both of these events.
Best Regards,
Bruno