summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
AgeCommit message (Expand)AuthorLines
2024-10-01Revert "Input: Add driver for PixArt PS/2 touchpad"Dmitry Torokhov-17/+0
2024-07-23Input: Add driver for PixArt PS/2 touchpadBinbin Zhou-0/+17
2024-06-02Input: mouse - use sizeof(*pointer) instead of sizeof(type)Erick Archer-1/+1
2023-05-18Input: libps2 - introduce common interrupt handlerDmitry Torokhov-30/+23
2023-05-18Input: libps2 - attach ps2dev instances as serio port's drvdataDmitry Torokhov-15/+20
2022-09-03Input: psmouse - switch to using dev_groups for driver-specific attributesDmitry Torokhov-18/+4
2020-07-21Input: psmouse - add a newline when printing 'proto' by sysfsXiongfeng Wang-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-5/+1
2019-04-04Input: i8042 - signal wakeup from atkbd/psmouseDmitry Torokhov-0/+2
2018-06-26Input: psmouse - fix button reporting for basic protocolsDmitry Torokhov-6/+6
2018-05-23Input: elantech - add support for SMBus devicesBenjamin Tissoires-3/+18
2018-03-17Merge branch 'psmouse' into nextDmitry Torokhov-86/+103
2018-02-02Input: psmouse - move sliced command implementation to libps2Dmitry Torokhov-26/+0
2018-02-02Input: psmouse - add support for 2nd wheel on A4Tech Dual-Scroll wheel miceStephen Lyons-2/+17
2018-02-02Input: psmouse - clean up codeDmitry Torokhov-63/+77
2018-02-02Input: psmouse - create helper for reporting standard buttons/motionDmitry Torokhov-6/+20
2018-01-16Input: psmouse - fix Synaptics detection when protocol is disabledDmitry Torokhov-13/+21
2017-07-12Input: psmouse - constify attribute_group structuresArvind Yadav-1/+1
2017-03-25Input: synaptics - add support for Intertouch devicesBenjamin Tissoires-4/+20
2017-03-25Input: psmouse - add support for SMBus companionsBenjamin Tissoires-2/+14
2017-03-25Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov-33/+70
2017-03-25Input: psmouse - store pointer to current protocolDmitry Torokhov-26/+17
2017-03-25Input: psmouse - implement fast reconnect optionDmitry Torokhov-3/+27
2017-02-09Input: psmouse - add a custom serio protocol to send extra informationBenjamin Tissoires-3/+38
2016-11-16Input: psmouse - disable automatic probing of BYD touchpadsDmitry Torokhov-4/+0
2016-08-25Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar-1/+1
2016-03-17Input: byd - enable absolute modeRichard Pospesel-1/+1
2016-01-27Input: byd - add BYD PS/2 touchpad driverChris Diamand-0/+14
2015-12-17Input: psmouse - rename ps2pp_init() to ps2pp_detect()Dmitry Torokhov-1/+1
2015-12-17Input: psmouse - limit protocols that we try on passthrough portsDmitry Torokhov-0/+10
2015-12-17Input: psmouse - factor out common protocol probing codeDmitry Torokhov-78/+86
2015-12-17Input: psmouse - move protocol descriptions aroundDmitry Torokhov-190/+189
2015-12-17Input: psmouse - clean up Cypress probeDmitry Torokhov-12/+8
2015-12-17Input: psmouse - rearrange Focaltech init codeDmitry Torokhov-11/+12
2015-12-17Input: psmouse - fix comment styleDmitry Torokhov-155/+124
2015-12-17Input: psmouse - use switch statement in psmouse_process_byte()Dmitry Torokhov-34/+31
2015-08-26Input: psmouse - add small delay for IBM trackpoint pass-through modeStefan Assmann-0/+4
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez-1/+1
2015-05-26Input: psmouse - use true instead of 1 for boolean valuesShailendra Verma-1/+1
2015-04-14Input: add vmmouse driverThomas Hellstrom-0/+17
2015-03-23Merge tag 'v4.0-rc5' into nextDmitry Torokhov-1/+13
2015-03-07Input: psmouse - disable changing resolution/rate/scale for FocalTechMathias Gottschlag-1/+13
2015-03-06Input: psmouse - when comparing PNP IDs ignore caseDmitry Torokhov-7/+33
2015-02-15Input: psmouse - use IS_ENABLED instead of homegrown codeDmitry Torokhov-3/+3
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov-7/+0
2014-12-29Input: psmouse - support for the FocalTech PS/2 protocol extensionsMathias Gottschlag-10/+22
2014-10-28Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov-7/+0
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov-0/+2
2014-10-03Merge branch 'next' into for-linusDmitry Torokhov-0/+30