summaryrefslogtreecommitdiff
path: root/drivers/input/mouse/psmouse-base.c
AgeCommit message (Expand)Author
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
2013-01-17Input: add support for Cypress PS/2 TrackpadsDudley Du
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov
2012-02-24Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-12-30Input: psmouse - make sure we do not use stale methodsDmitry Torokhov
2011-11-09Input: synaptics - add support for Relative modeDaniel Drake
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov
2010-11-11Input: hgpk - support GlideSensor and PenTablet modesDaniel Drake
2010-10-13Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell
2010-05-19Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov
2010-05-13Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov
2010-04-19Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov
2010-02-07Input: psmouse - make sure we don't schedule reconnects after cleanupDmitry Torokhov
2010-01-13Input: pmouse - move Sentelic probe down the listTai-hwa Liang
2010-01-07Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake
2010-01-06Input: serio - fix potential deadlock when unbinding driversEric W. Biederman
2009-12-24Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov
2009-12-03Input: psmouse - do not carry DMI data aroundDmitry Torokhov
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov
2009-11-20Input: psmouse - rework setting of BTN_MIDDLE capabilityDmitry Torokhov
2009-11-16Input: psmouse - fix breakage introduced by b7802c5c1eaJiri Kosina
2009-11-12Input: psmouse - remove unneeded '\n' from psmouse.proto parameterTakashi Iwai
2009-09-10Input: psmouse - use boolean typeDmitry Torokhov
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang
2009-05-15Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull
2008-10-16Input: psmouse - add support for Elantech touchpadsArjan Opmeer
2008-09-21Input: psmouse - add OLPC touchpad driverAndres Salomon
2008-09-21Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacksAndres Salomon
2008-09-21Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use ofAndres Salomon
2008-09-21Input: psmouse - export psmouse_set_state for ps/2 extensions to useAndres Salomon
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier