Created attachment 21370 [details] [review] 0001-Fix-input.tablet-handling-we-want-ABS_X-ABS_Y-and.patch input.tablet capabilities assignment is wrong, we want to assign it based ont ABS_X, ABS_Y and BTN_TOUCH. The previous check was hiding behind (ABS_X && !ABS_Y) which (as the comment suggests) is iffy at best. Move the check for the BTN_TOUCH bitmask up to the rest of the input.mouse checking and assign input.tablet accordingly.
Fixed with another commit AFAICS.
btw. for the next time I'd appreciate it if there was a reference to the commit that fixed the issue. b0a2575f13ce9b18d07a2798e0d4c83cbb3059e5: fix joystick detection (patch by Ari Mustonen)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.