aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Input: psmouse - constify attribute_group structuresArvind Yadav1-1/+1
2017-03-25Input: synaptics - add support for Intertouch devicesBenjamin Tissoires1-4/+20
2017-03-25Input: psmouse - add support for SMBus companionsBenjamin Tissoires1-2/+14
2017-03-25Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov1-33/+70
2017-03-25Input: psmouse - store pointer to current protocolDmitry Torokhov1-26/+17
2017-03-25Input: psmouse - implement fast reconnect optionDmitry Torokhov1-3/+27
2017-02-09Input: psmouse - add a custom serio protocol to send extra informationBenjamin Tissoires1-3/+38
2016-11-16Input: psmouse - disable automatic probing of BYD touchpadsDmitry Torokhov1-4/+0
2016-08-25Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar1-1/+1
2016-03-17Input: byd - enable absolute modeRichard Pospesel1-1/+1
2016-01-27Input: byd - add BYD PS/2 touchpad driverChris Diamand1-0/+14
2015-12-17Input: psmouse - rename ps2pp_init() to ps2pp_detect()Dmitry Torokhov1-1/+1
2015-12-17Input: psmouse - limit protocols that we try on passthrough portsDmitry Torokhov1-0/+10
2015-12-17Input: psmouse - factor out common protocol probing codeDmitry Torokhov1-78/+86
2015-12-17Input: psmouse - move protocol descriptions aroundDmitry Torokhov1-190/+189
2015-12-17Input: psmouse - clean up Cypress probeDmitry Torokhov1-12/+8
2015-12-17Input: psmouse - rearrange Focaltech init codeDmitry Torokhov1-11/+12
2015-12-17Input: psmouse - fix comment styleDmitry Torokhov1-155/+124
2015-12-17Input: psmouse - use switch statement in psmouse_process_byte()Dmitry Torokhov1-34/+31
2015-08-26Input: psmouse - add small delay for IBM trackpoint pass-through modeStefan Assmann1-0/+4
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-05-26Input: psmouse - use true instead of 1 for boolean valuesShailendra Verma1-1/+1
2015-04-14Input: add vmmouse driverThomas Hellstrom1-0/+17
2015-03-23Merge tag 'v4.0-rc5' into nextDmitry Torokhov1-1/+13
2015-03-07Input: psmouse - disable changing resolution/rate/scale for FocalTechMathias Gottschlag1-1/+13
2015-03-06Input: psmouse - when comparing PNP IDs ignore caseDmitry Torokhov1-7/+33
2015-02-15Input: psmouse - use IS_ENABLED instead of homegrown codeDmitry Torokhov1-3/+3
2015-01-15Merge tag 'v3.19-rc4' into nextDmitry Torokhov1-7/+0
2014-12-29Input: psmouse - support for the FocalTech PS/2 protocol extensionsMathias Gottschlag1-10/+22
2014-10-28Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov1-7/+0
2014-10-11Merge tag 'v3.17' into nextDmitry Torokhov1-0/+2
2014-10-03Merge branch 'next' into for-linusDmitry Torokhov1-0/+30
2014-09-15Input: psmouse - add support for detecting FocalTech PS/2 touchpadsHans de Goede1-0/+16
2014-09-12Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede1-0/+14
2014-09-08Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede1-0/+2
2013-01-17Input: add support for Cypress PS/2 TrackpadsDudley Du1-0/+32
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov1-1/+1
2012-02-24Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon1-5/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-12-30Input: psmouse - make sure we do not use stale methodsDmitry Torokhov1-69/+124
2011-11-09Input: synaptics - add support for Relative modeDaniel Drake1-1/+8
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-12/+15
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov1-28/+39
2010-11-11Input: hgpk - support GlideSensor and PenTablet modesDaniel Drake1-0/+1
2010-10-13Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov1-2/+2
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-6/+8
2010-05-19Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov1-36/+36
2010-05-13Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov1-4/+10
2010-04-19Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov1-3/+15