summaryrefslogtreecommitdiff
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-03Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer14-16/+15
2024-05-29Input: elantech - fix touchpad state on resume for Lenovo N24Jonathan Denose1-0/+31
2024-05-28Merge tag 'v6.9' into nextDmitry Torokhov4-16/+20
2024-05-23Merge branch 'next' into for-linusDmitry Torokhov3-7/+17
2024-05-14Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König3-6/+6
2024-04-30Input: amimouse - mark driver struct with __refdata to prevent section mismatchUwe Kleine-König1-1/+7
2024-04-25Input: cyapa - add missing input core locking to suspend/resume functionsMarek Szyprowski1-1/+11
2024-03-16Merge branch 'next' into for-linusDmitry Torokhov3-363/+0
2024-03-05Revert "Input: bcm5974 - check endpoint type before starting traffic"Javier Carrasco1-20/+0
2024-01-31Input: bcm5974 - check endpoint type before starting trafficJavier Carrasco1-0/+20
2024-01-19Input: navpoint - remove driverDuje Mihanović3-363/+0
2024-01-14Merge branch 'next' into for-linusDmitry Torokhov6-59/+48
2023-12-14Input: navpoint - convert to use GPIO descriptorLinus Walleij1-26/+15
2023-12-14Input: mouse - use sysfs_emit[_at]() instead of scnprintf()ye xingchen5-33/+33
2023-12-02Input: amimouse - convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-11-15Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1José Pekkarinen1-0/+1
2023-11-07Merge branch 'next' into for-linusDmitry Torokhov2-15/+5
2023-10-14Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov1-0/+1
2023-10-14Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2-0/+2