Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
HID: multitouch: only map BTN_LEFT on buttonpads
In addition to map the INPUT_PROP_BUTTONPAD property, make sure that the BTN_RIGHT and BTN_MIDDLE key bits are not mapped. Mapping more than one button on buttonpads is a bug plus avoids issues with some touchpads on user space. For more information, check these bug reports: - https://gitlab.freedesktop.org/libinput/libinput/-/issues/674 - https://gitlab.freedesktop.org/libinput/libinput/-/issues/689 - https://gitlab.freedesktop.org/libinput/libinput/-/issues/629 Signed-off-by: José Expósito <jose.exposito89@gmail.com>
- Loading branch information