summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2024-01-136-59/+48
|\
| * Input: navpoint - convert to use GPIO descriptorLinus Walleij2023-12-131-26/+15
| * Input: mouse - use sysfs_emit[_at]() instead of scnprintf()ye xingchen2023-12-135-33/+33
* | 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: navpoint - convert to platform remove callback returning voidUwe Kleine-König2023-09-231-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-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: psmouse - add delay when deactivating for SMBus modeJeffery Miller2023-07-251-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-013-257/+0
| |\
| * | Input: alps - fix compatibility with -funsigned-charmsizanoen2023-03-191-8/+8
| * | Input: focaltech - use explicitly signed char typeJason A. Donenfeld2023-03-191-4/+4
* | | Input: elan_i2c - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-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-254-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-092-1/+2
| | |\
| | * | Input: synaptics_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
| | * | Input: navpoint - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+5
| | * | Input: elan_i2c_core - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* | | | Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-203-257/+0
|\ \ \ \
| * | | | input: remove pxa930_trkball driverArnd Bergmann2023-02-013-257/+0
| | |_|/ | |/| |
* | | | Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-291-1/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov2022-12-161-1/+0
* | | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
|/ /
* | Merge branch 'next' into for-linusDmitry Torokhov2022-12-123-23/+7
|\|
| * Input: synaptics_i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| * Input: elan_i2c_core - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| * Input: cyapa - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
| * Input: elan_i2c - don't set wake_capable and wake_irqRaul E Rangel2022-11-221-16/+0
| * Input: elan_i2c - use PM subsystem to manage wake irqRaul E Rangel2022-11-221-7/+10
* | Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI modeAman Dhoot2022-10-151-0/+1
|/
* Merge branch 'next' into for-linusDmitry Torokhov2022-10-0911-49/+14
|\
| * input: drop empty comment blocksChristophe JAILLET2022-09-295-15/+0
| * Input: synaptics - enable InterTouch for the ThinkPad P1 G3Lyude Paul2022-09-141-0/+1
| * Input: hgpk - fix repeated word in a commentwangjianli2022-09-081-1/+1
| * Input: psmouse - switch to using dev_groups for driver-specific attributesDmitry Torokhov2022-09-031-18/+4
| * Input: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-184-6/+6
| * Merge branch 'i2c/make_remove_callback_void-immutable' of git://git.kernel.or...Dmitry Torokhov2022-08-171-3/+1
| |\
| | * i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
| * | Input: elan_i2c - convert to use dev_groupsGreg Kroah-Hartman2022-08-021-6/+1
| |/
* / Input: synaptics - disable Intertouch for Lenovo T14 and P14s AMD G1Mark Pearson2022-09-241-1/+0
|/