summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
AgeCommit message (Expand)AuthorLines
2013-01-17Input: add support for Cypress PS/2 TrackpadsDudley Du-0/+32
2012-03-09Merge commit 'v3.3-rc6' into nextDmitry Torokhov-1/+1
2012-02-24Input: psmouse - allow drivers to use psmouse_{de,}activateAndres Salomon-5/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2011-12-30Input: psmouse - make sure we do not use stale methodsDmitry Torokhov-69/+124
2011-11-09Input: synaptics - add support for Relative modeDaniel Drake-1/+8
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding-12/+15
2011-10-10Input: psmouse - switch to using dev_*() for messagesDmitry Torokhov-28/+39
2010-11-11Input: hgpk - support GlideSensor and PenTablet modesDaniel Drake-0/+1
2010-10-13Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov-2/+2
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell-6/+8
2010-05-19Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov-36/+36
2010-05-13Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov-4/+10
2010-04-19Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov-3/+15
2010-02-07Input: psmouse - make sure we don't schedule reconnects after cleanupDmitry Torokhov-1/+8
2010-01-13Input: pmouse - move Sentelic probe down the listTai-hwa Liang-13/+15
2010-01-07Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake-1/+8
2010-01-06Input: serio - fix potential deadlock when unbinding driversEric W. Biederman-29/+3
2009-12-24Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov-1/+4
2009-12-03Input: psmouse - do not carry DMI data aroundDmitry Torokhov-0/+3
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov-2/+2
2009-11-20Input: psmouse - rework setting of BTN_MIDDLE capabilityDmitry Torokhov-11/+27
2009-11-16Input: psmouse - fix breakage introduced by b7802c5c1eaJiri Kosina-1/+1
2009-11-12Input: psmouse - remove unneeded '\n' from psmouse.proto parameterTakashi Iwai-1/+1
2009-09-10Input: psmouse - use boolean typeDmitry Torokhov-41/+46
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang-1/+25
2009-05-15Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull-1/+3
2008-10-16Input: psmouse - add support for Elantech touchpadsArjan Opmeer-0/+23
2008-09-21Input: psmouse - add OLPC touchpad driverAndres Salomon-1/+22
2008-09-21Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacksAndres Salomon-13/+17
2008-09-21Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use ofAndres Salomon-4/+10
2008-09-21Input: psmouse - export psmouse_set_state for ps/2 extensions to useAndres Salomon-1/+1
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier-9/+3
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall-1/+0
2008-01-17Input: psmouse - fix potential memory leak in psmouse_connect()Andres Salomon-0/+2
2007-10-19Spelling fix: explicitlyJean Delvare-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-3/+4
2007-08-30Input: psmouse - reset harder during probeAlon Ziv-2/+3
2007-07-10Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski-0/+29
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov-1/+1
2007-04-12Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov-1/+0
2007-03-10Input: psmouse - allow disabing certain protocol extensionsAndres Salomon-1/+15
2007-03-07Input: psmouse - do not force stream modeDmitry Torokhov-6/+0
2007-02-18Input: psmouse - add support for eGalax PS/2 touchscreen controllerStefan Lucke-6/+19
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov-6/+0
2007-02-18Input: psmouse - properly reset mouse on shutdown/suspendDmitry Torokhov-0/+28
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-3/+4
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita-2/+6
2006-11-22WorkStruct: make allyesconfigDavid Howells-3/+4
2006-11-09Input: psmouse - fix attribute access on 64-bit systemsSergey Vlasov-3/+6