GNOME Bugzilla – Bug 749482
x11: Fix touchpad detection
Last modified: 2015-05-18 09:44:42 UTC
Commit 79849ef1d5fff9acd310cd68d59df0c7cf2cb28f had a typo in the device property format check. This property is formated in 8-bit items, not 32-bit. This went unnoticed till now because some touchpads were still being detected as such due to a second check below: else if (strstr (name, "touchpad") != NULL) source = CLUTTER_TOUCHPAD_DEVICE;
Created attachment 303466 [details] [review] x11: Fix touchpad detection
Review of attachment 303466 [details] [review]: Nice catch.
24d2114..a4aad80 clutter-1.22 -> clutter-1.22 9f329ae..9268bb9 master -> master Attachment 303466 [details] pushed as 9268bb9 - x11: Fix touchpad detection