summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Input: synaptics - fix crash when enabling pass-through portDmitry Torokhov2025-01-202-14/+43
* Input: Use str_enable_disable-like helpersKrzysztof Kozlowski2025-01-141-1/+2
* Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-258-151/+138
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2024-11-248-151/+138
| |\
| | * Input: synaptics - fix a typoChristophe JAILLET2024-11-041-1/+1
| | * Input: switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-151-1/+1
| | * Input: synaptics - use guard notation when pausing serio portDmitry Torokhov2024-10-041-4/+2
| | * Input: byd - use guard notation when pausing serio portDmitry Torokhov2024-10-041-3/+2
| | * Input: alps - use guard notation when pausing serio portDmitry Torokhov2024-10-041-3/+1
| | * Input: elan_i2c - switch to using cleanup functionsDmitry Torokhov2024-10-032-121/+121
| | * Input: psmouse-smbus - use guard notation when acquiring mutexDmitry Torokhov2024-10-031-18/+10
* | | Merge tag 'pull-work.unaligned' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-10-026-6/+6
|\ \ \ | |/ / |/| |
| * | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-026-6/+6
| |/
* / Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov2024-10-016-368/+1
|/
* Input: alps - use guard notation when acquiring mutexDmitry Torokhov2024-09-051-21/+27
* Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov2024-09-053-99/+36
|\
| * Merge tag 'input-for-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-311-45/+13
| |\
| | * Input: cypress_ps2 - fix waiting for command responseDmitry Torokhov2024-08-291-45/+13
| * | Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-241-0/+1
| |\|
| | * Input: synaptics - enable SMBus for HP Elitebook 840 G2Jonathan Denose2024-07-231-0/+1
| * | Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-1916-113/+108
| |\|
| | * Merge branch 'next' into for-linusDmitry Torokhov2024-07-1516-113/+108
| | |\
| * | \ Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-151-54/+22
| |\ \ \ | | |/ / | |/| |
| | * | input/vmmouse: Use VMware hypercall APIAlexey Makhalov2024-06-251-54/+22
* | | | Input: bcm5974 - use guard notation when acquiring mutexDmitry Torokhov2024-08-291-22/+13
* | | | Input: Add driver for PixArt PS/2 touchpadBinbin Zhou2024-07-236-1/+368
* | | | Merge tag 'v6.10' into nextDmitry Torokhov2024-07-151-0/+31
|\| | | | |_|/ |/| |
| * | Input: elantech - fix touchpad state on resume for Lenovo N24Jonathan Denose2024-05-281-0/+31
| |/
| * Merge branch 'next' into for-linusDmitry Torokhov2024-05-223-7/+17
| |\
* | | Input: cypress_ps2 - use u8 when dealing with byte dataDmitry Torokhov2024-07-031-44/+34
* | | Input: cypress_ps2 - propagate errors from lower layersDmitry Torokhov2024-07-031-27/+35
* | | Input: cypress_ps2 - report timeouts when reading command statusDmitry Torokhov2024-07-031-3/+6
* | | Input: cypress_ps2 - fix error handling when sending command failsDmitry Torokhov2024-07-032-23/+15
* | | Input: cypress_ps2 - clean up setting reporting rateDmitry Torokhov2024-07-031-2/+3
* | | Input: elan_i2c - do not leave interrupt disabled on suspend failureDmitry Torokhov2024-07-011-0/+2
* | | Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer2024-06-0214-16/+15
* | | Merge tag 'v6.9' into nextDmitry Torokhov2024-05-274-16/+20
|\| | | |/ |/|
| * Input: amimouse - mark driver struct with __refdata to prevent section mismatchUwe Kleine-König2024-04-301-1/+7
| * Merge branch 'next' into for-linusDmitry Torokhov2024-03-153-363/+0
| |\
| * | Revert "Input: bcm5974 - check endpoint type before starting traffic"Javier Carrasco2024-03-051-20/+0
| * | Input: bcm5974 - check endpoint type before starting trafficJavier Carrasco2024-01-311-0/+20
| * | Merge branch 'next' into for-linusDmitry Torokhov2024-01-136-59/+48
| |\ \
| * | | Input: amimouse - convert to platform remove callback returning voidUwe Kleine-König2023-12-011-3/+2
| * | | Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1José Pekkarinen2023-11-151-0/+1
| * | | Merge branch 'next' into for-linusDmitry Torokhov2023-11-062-15/+5
| |\ \ \
| * | | | Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov2023-10-131-0/+1
| * | | | Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2023-10-132-0/+2
| * | | | Revert "Input: psmouse - add delay when deactivating for SMBus mode"Dmitry Torokhov2023-10-121-12/+7
* | | | | Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-133-6/+6
* | | | | Input: cyapa - add missing input core locking to suspend/resume functionsMarek Szyprowski2024-04-251-1/+11
| |_|_|/ |/| | |