summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorFilesLines
2025-07-04Merge tag 'input-for-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-8/+8
2025-06-30Input: alps - use scnprintf() to suppress truncation warningAndy Shevchenko1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-06-04Input: psmouse - switch to use scnprintf() to suppress truncation warningDmitry Torokhov1-1/+1
2025-06-04Input: lifebook - switch to use scnprintf() to suppress truncation warningDmitry Torokhov1-2/+2
2025-06-04Input: alps - switch to use scnprintf() to suppress truncation warningDmitry Torokhov1-3/+3
2025-05-11Merge tag 'input-for-v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+5
2025-05-08Input: synaptics - enable InterTouch on Dell Precision M3800Aditya Garg1-0/+1
2025-05-08Input: synaptics - enable InterTouch on TUXEDO InfinityBook Pro 14 v5Aditya Garg1-0/+1
2025-05-08Input: synaptics - enable InterTouch on Dynabook Portege X30L-GAditya Garg1-0/+1
2025-05-08Input: synaptics - enable InterTouch on Dynabook Portege X30-DManuel Fombuena1-0/+1
2025-05-08Input: synaptics - enable SMBus for HP Elitebook 850 G1Dmitry Torokhov1-0/+1
2025-04-06Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2025-04-05Merge tag 'input-for-v6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-26objtool, Input: cyapa - Remove undefined behavior in cyapa_update_fw_store()Josh Poimboeuf1-2/+2
2025-02-25Input: synaptics - hide unused smbus_pnp_ids[] arrayArnd Bergmann1-0/+2
2025-01-21Input: synaptics - fix crash when enabling pass-through portDmitry Torokhov2-14/+43
2025-01-15Input: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-151/+138
2024-11-25Merge branch 'next' into for-linusDmitry Torokhov8-151/+138
2024-11-05Input: synaptics - fix a typoChristophe JAILLET1-1/+1
2024-10-15Input: switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-04Input: synaptics - use guard notation when pausing serio portDmitry Torokhov1-4/+2
2024-10-04Input: byd - use guard notation when pausing serio portDmitry Torokhov1-3/+2
2024-10-04Input: alps - use guard notation when pausing serio portDmitry Torokhov1-3/+1
2024-10-03Input: elan_i2c - switch to using cleanup functionsDmitry Torokhov2-121/+121
2024-10-03Input: psmouse-smbus - use guard notation when acquiring mutexDmitry Torokhov1-18/+10
2024-10-03Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-6/+6
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro6-6/+6
2024-10-01Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov6-368/+1
2024-09-06Input: alps - use guard notation when acquiring mutexDmitry Torokhov1-21/+27
2024-09-06Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov3-99/+36
2024-08-31Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-45/+13
2024-08-29Input: bcm5974 - use guard notation when acquiring mutexDmitry Torokhov1-22/+13
2024-08-29Input: cypress_ps2 - fix waiting for command responseDmitry Torokhov1-45/+13
2024-08-24Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-07-24Input: synaptics - enable SMBus for HP Elitebook 840 G2Jonathan Denose1-0/+1
2024-07-24Input: Add driver for PixArt PS/2 touchpadBinbin Zhou6-1/+368
2024-07-20Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-113/+108
2024-07-16Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-54/+22
2024-07-16Merge tag 'v6.10' into nextDmitry Torokhov1-0/+31
2024-07-16Merge branch 'next' into for-linusDmitry Torokhov16-113/+108
2024-07-03Input: cypress_ps2 - use u8 when dealing with byte dataDmitry Torokhov1-44/+34
2024-07-03Input: cypress_ps2 - propagate errors from lower layersDmitry Torokhov1-27/+35
2024-07-03Input: cypress_ps2 - report timeouts when reading command statusDmitry Torokhov1-3/+6
2024-07-03Input: cypress_ps2 - fix error handling when sending command failsDmitry Torokhov2-23/+15
2024-07-03Input: cypress_ps2 - clean up setting reporting rateDmitry Torokhov1-2/+3
2024-07-01Input: elan_i2c - do not leave interrupt disabled on suspend failureDmitry Torokhov1-0/+2
2024-06-25input/vmmouse: Use VMware hypercall APIAlexey Makhalov1-54/+22