mirror of
https://github.com/X11Libre/xf86-input-evdev.git
synced 2026-03-30 20:34:19 +00:00
VMware's absolute pointing device does not have a pressure/touch button. Although evdev correctly recognizes this, it sets "use_touch" for X and Y axes regardless of the touch button. This patch clears the USE_TOUCH flag for the X and Y axes if the device does not have a touch button.