https://bugs.freedesktop.org/show_bug.cgi?id=102649

Peter Hutterer <peter.hutte...@who-t.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |NEEDINFO

--- Comment #46 from Peter Hutterer <peter.hutte...@who-t.net> ---
can you try libinput 1.10 please, it had palm detection during tap worked into
the state machine properly. From what I can tell from this log your issue is
likely to be:

event1  - pressure: begin touch 
event1  - thumb state: THUMB_STATE_MAYBE → THUMB_STATE_NO
event1  - palm: palm detected (typing)
event1  - button state: from BUTTON_STATE_NONE, event BUTTON_EVENT_IN_AREA to
BUTTON_STATE_AREA                        
event1  - tap state: TAP_STATE_IDLE → TAP_EVENT_TOUCH → TAP_STATE_TOUCH         
 event0   KEYBOARD_KEY     +16.68s      *** (-1) pressed
event1  - pressure: end touch   
event1  - button state: from BUTTON_STATE_AREA, event BUTTON_EVENT_UP to
BUTTON_STATE_NONE                             
event1  - tap state: TAP_STATE_TOUCH → TAP_EVENT_RELEASE → TAP_STATE_TAPPED     
-event1   POINTER_BUTTON   +16.68s      BTN_LEFT (272) pressed, seat count: 1   
-event0   KEYBOARD_KEY     +16.75s      *** (-1) released
 event0   KEYBOARD_KEY     +16.85s      *** (-1) pressed
event1  - tap state: TAP_STATE_TAPPED → TAP_EVENT_TIMEOUT → TAP_STATE_IDLE      
-event1   POINTER_BUTTON   +16.73s      BTN_LEFT (272) released, seat count: 0  

so even though a dwt palm is detected, the tap state continues normal and that
triggers a tap event. This should be fixed with libinput 1.10 though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
wayland-bugs mailing list
wayland-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to