summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-2016-113/+108
|\
| * Merge branch 'next' into for-linusDmitry Torokhov2024-07-1516-113/+108
| |\
| | * 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-0314-16/+15
| | * Merge tag 'v6.9' into nextDmitry Torokhov2024-05-284-16/+20
| | |\
* | | \ Merge tag 'x86_vmware_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-161-54/+22
|\ \ \ \ | |/ / / |/| | |
| * | | input/vmmouse: Use VMware hypercall APIAlexey Makhalov2024-06-251-54/+22
* | | | Input: elantech - fix touchpad state on resume for Lenovo N24Jonathan Denose2024-05-291-0/+31
|/ / /
* | / Merge branch 'next' into for-linusDmitry Torokhov2024-05-233-7/+17
|\| | | |/ |/|
| * Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-05-143-6/+6
| * Input: cyapa - add missing input core locking to suspend/resume functionsMarek Szyprowski2024-04-251-1/+11
* | 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
|\|
| * Input: navpoint - remove driverDuje Mihanović2024-01-193-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-146-59/+48
|\|
| * Input: navpoint - convert to use GPIO descriptorLinus Walleij2023-12-141-26/+15
| * Input: mouse - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-145-33/+33
* | Input: amimouse - convert to platform remove callback returning voidUwe Kleine-König2023-12-021-3/+2
* | Input: psmouse - enable Synaptics InterTouch for ThinkPad L14 G1José Pekkarinen2023-11-151-0/+1
* | Merge branch 'next' into for-linusDmitry Torokhov2023-11-072-15/+5
|\|
| * Input: navpoint - convert to platform remove callback returning voidUwe Kleine-König2023-09-241-4/+2
| * Input: cyapa - use device core to create driver-specific device attributesDmitry Torokhov2023-09-061-11/+3
* | Input: synaptics-rmi4 - handle reset delay when using SMBus trsnsportDmitry Torokhov2023-10-141-0/+1
* | Input: psmouse - fix fast_reconnect function for PS/2 modeJeffery Miller2023-10-142-0/+2
* | Revert "Input: psmouse - add delay when deactivating for SMBus mode"Dmitry Torokhov2023-10-131-12/+7
|/
* Input: psmouse - add delay when deactivating for SMBus modeJeffery Miller2023-07-261-7/+12
* Merge tag 'v6.4' into nextDmitry Torokhov2023-07-173-16/+17
|\
| * Input: psmouse - fix OOB access in Elantech protocolDmitry Torokhov2023-05-111-4/+5
| * Merge branch 'next' into for-linusDmitry Torokhov2023-05-023-257/+0
| |\
| * | Input: alps - fix compatibility with -funsigned-charmsizanoen2023-03-201-8/+8
| * | Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-03-201-4/+4
* | | Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-081-7/+2
* | | Input: libps2 - introduce common interrupt handlerDmitry Torokhov2023-05-181-30/+23
* | | Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov2023-05-184-21/+28
* | | Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-173-3/+3
| |/ |/|
* | Merge tag 'input-for-v6.3-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-02-264-20/+21
|\|
| * Merge branch 'next' into for-linusDmitry Torokhov2023-02-215-21/+22
| |\
| | * Input: cyapa - switch to SYSTEM_SLEEP/RUNTIME_PM_OPS() and pm_ptr()Jonathan Cameron2023-01-271-7/+7
| | * Merge tag 'v6.2-rc3' into nextDmitry Torokhov2023-01-102-1/+2
| | |\
| | * | Input: synaptics_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-5/+5
| | * | Input: navpoint - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-4/+5
| | * | Input: elan_i2c_core - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-4/+4
* | | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-213-257/+0
|\ \ \ \