summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorBenjamin Tissoires <bentiss@kernel.org>2025-10-08 16:06:58 +0200
committerJiri Kosina <jkosina@suse.com>2025-10-15 17:27:06 +0200
commit46f781e0d151844589dc2125c8cce3300546f92a (patch)
tree150df70032f6086046af5dbb7cd538fcd9d3591f /include/linux
parentaa4daea418ee4215dca5c8636090660c545cb233 (diff)
downloadkernel-46f781e0d151844589dc2125c8cce3300546f92a.tar.gz
HID: multitouch: fix sticky fingers
The sticky fingers quirk (MT_QUIRK_STICKY_FINGERS) was only considering the case when slots were not released during the last report. This can be problematic if the firmware forgets to release a finger while others are still present. This was observed on the Synaptics DLL0945 touchpad found on the Dell XPS 9310 and the Dell Inspiron 5406. Fixes: 4f4001bc76fd ("HID: multitouch: fix rare Win 8 cases when the touch up event gets missing") Cc: stable@vger.kernel.org Signed-off-by: Benjamin Tissoires <bentiss@kernel.org> Signed-off-by: Jiri Kosina <jkosina@suse.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
d> 2018-04-02ipc: add msgrcv syscall/compat_syscall wrappersDominik Brodowski 2018-04-02ipc: add msgctl syscall/compat_syscall wrappersDominik Brodowski 2018-04-02ipc: add shmctl syscall/compat_syscall wrappersDominik Brodowski 2018-04-02ipc: add shmdt syscall wrapperDominik Brodowski 2018-04-02ipc: add shmget syscall wrapperDominik Brodowski 2018-04-02ipc: add msgget syscall wrapperDominik Brodowski 2018-04-02ipc: add semctl syscall/compat_syscall wrappersDominik Brodowski 2018-04-02ipc: add semget syscall wrapperDominik Brodowski 2018-04-02ipc: add semtimedop syscall/compat_syscall wrappersDominik Brodowski 2018-03-24ipc/util: Helpers for making the sysvipc operations pid namespace awareEric W. Biederman 2018-03-24ipc: Move IPCMNI from include/ipc.h into ipc/util.hEric W. Biederman 2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso 2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-14Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds 2017-09-08ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel 2017-07-15semctl(): move compat to nativeAl Viro 2017-07-15ipc: move compat shmctl to nativeAl Viro 2017-07-12ipc/util.h: update documentation for ipc_getref() and ipc_putref()Manfred Spraul 2017-07-12ipc/util: drop ipc_rcu_alloc()Kees Cook 2017-07-12ipc/util: drop ipc_rcu_free()Kees Cook 2017-07-12ipc: drop non-RCU allocationKees Cook 2017-07-12ipc: merge ipc_rcu and kern_ipc_permManfred Spraul 2017-04-17ipc: Remove unused declaration of recompute_msgmniEric W. Biederman