Comment 3 for bug 1530384

Revision history for this message
Andreas Pokorny (andreas-pokorny) wrote : Re: Touchscreen stop working on LG L90 Dual

Ok found the cause. The logic inside udev test ABS_X ABS_Y + BTN_TOUCH which catches a lot of single touchscreens. For multi touch coordinates as advertised here there is only a test for ABS_MT_POSITION_X + Y and property DIRECT.. So adding another case for BTN_TOUCH instead of DIRECT should solve the issue