summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge tag 'v5.19-rc5' into nextDmitry Torokhov2022-07-082-2/+6
|\
| * Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-071-1/+6
| |\
| | * Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flagMathias Nyman2022-06-071-1/+6
| * | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-1/+0
| |\ \ | | |/ | |/|
| | * ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+0
* | | Input: cyapa_gen6 - aligned "*" each lineJiang Jian2022-06-221-1/+1
* | | Input: gpio_mouse - fix typos in commentsJiang Jian2022-06-221-1/+1
|/ /
* | Input: cypress_ps2 - fix typo in commentJulia Lawall2022-05-211-1/+1
* | Input: vmmouse - disable vmmouse before entering suspend modeZongmin Zhou2022-05-181-0/+14
* | Input: psmouse-smbus - avoid flush_scheduled_work() usageTetsuo Handa2022-05-161-2/+9
|/
* Input: synaptics - enable InterTouch on ThinkPad T14/P14s Gen 1 AMDMatthew Haughton2022-03-201-0/+1
* Input: elan_i2c - fix regulator enable count imbalance after suspend/resumeHans de Goede2022-03-011-7/+7
* Input: elan_i2c - move regulator_[en|dis]able() out of elan_[en|dis]able_power()Hans de Goede2022-03-011-40/+22
* Input: psmouse - set up dependency between PS/2 and SMBus companionsDmitry Torokhov2022-02-181-0/+10
* Merge branch 'next' into for-linusDmitry Torokhov2022-01-151-1/+1
|\
| * Input: byd - fix typo in a commentXiang wangx2021-12-201-1/+1
| * Merge tag 'v5.15' into nextDmitry Torokhov2021-12-082-1/+3
| |\
* | | Input: appletouch - initialize work before device registrationPavel Skripkin2021-12-301-2/+2
* | | Input: elantech - fix stack out of bound access in elantech_change_report_id()Andrea Righi2021-11-291-1/+7
* | | Merge branch 'next' into for-linusDmitry Torokhov2021-11-111-0/+13
|\| | | |/ |/|
| * Input: elantench - fix misreporting trackpoint coordinatesPhoenix Huang2021-11-091-0/+13