summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
Commit message (Expand)AuthorAgeFilesLines
* Input: psmouse - use IS_ENABLED instead of homegrown codeDmitry Torokhov2015-02-161-3/+3
* Merge tag 'v3.19-rc4' into nextDmitry Torokhov2015-01-151-7/+0Star
|\
| * Input: psmouse - remove unneeded check in psmouse_reconnect()Dmitry Torokhov2014-10-281-7/+0Star
| * Merge branch 'next' into for-linusDmitry Torokhov2014-10-031-0/+30
| |\
* | | Input: psmouse - support for the FocalTech PS/2 protocol extensionsMathias Gottschlag2014-12-291-10/+22
* | | Merge tag 'v3.17' into nextDmitry Torokhov2014-10-111-0/+2
|\| | | |/ |/|
| * Input: add missing POINTER / DIRECT properties to a bunch of driversHans de Goede2014-09-081-0/+2
* | Input: psmouse - add support for detecting FocalTech PS/2 touchpadsHans de Goede2014-09-151-0/+16
* | Input: psmouse - add psmouse_matches_pnp_id helper functionHans de Goede2014-09-131-0/+14
|/
* Input: add support for Cypress PS/2 TrackpadsDudley Du2013-01-171-0/+32
* Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-091-1/+1
|\
| * module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* | Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon2012-02-241-5/+10
|/
* Input: psmouse - make sure we do not use stale methodsDmitry Torokhov2011-12-311-69/+124
* Input: synaptics - add support for Relative modeDaniel Drake2011-11-101-1/+8
* Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-101-12/+15
* Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov2011-10-111-28/+39
* Input: hgpk - support GlideSensor and PenTablet modesDaniel Drake2010-11-121-0/+1
* Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov2010-10-131-2/+2
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-6/+8
* Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov2010-05-191-36/+36
* Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov2010-05-131-4/+10
* Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov2010-04-191-3/+15
* Input: psmouse - make sure we don't schedule reconnects after cleanupDmitry Torokhov2010-02-081-1/+8
* Input: pmouse - move Sentelic probe down the listTai-hwa Liang2010-01-131-13/+15
* Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake2010-01-071-1/+8
* Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-061-29/+3Star
* Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-251-1/+4
* Input: psmouse - do not carry DMI data aroundDmitry Torokhov2009-12-041-0/+3
* Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-031-2/+2
|\
| * Input: psmouse - fix breakage introduced by b7802c5c1eaJiri Kosina2009-11-171-1/+1
| * Input: psmouse - remove unneeded '\n' from psmouse.proto parameterTakashi Iwai2009-11-131-1/+1
* | Input: psmouse - rework setting of BTN_MIDDLE capabilityDmitry Torokhov2009-11-201-11/+27
|/
* Input: psmouse - use boolean typeDmitry Torokhov2009-09-111-41/+46
* Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang2009-08-201-1/+25
* Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull2009-05-161-1/+3
* Input: psmouse - add support for Elantech touchpadsArjan Opmeer2008-10-171-0/+23
* Input: psmouse - add OLPC touchpad driverAndres Salomon2008-09-221-1/+22
* Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacksAndres Salomon2008-09-221-13/+17
* Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use ofAndres Salomon2008-09-221-4/+10
* Input: psmouse - export psmouse_set_state for ps/2 extensions to useAndres Salomon2008-09-221-1/+1
* Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-9/+3Star
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0Star
* Input: psmouse - fix potential memory leak in psmouse_connect()Andres Salomon2008-01-171-0/+2
* Spelling fix: explicitlyJean Delvare2007-10-191-1/+1
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-3/+4
* Input: psmouse - reset harder during probeAlon Ziv2007-08-301-2/+3
* Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski2007-07-101-0/+29
* Input: mice - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
* Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov2007-04-121-1/+0Star