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