aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Input: psmouse - make sure we don't schedule reconnects after cleanupDmitry Torokhov1-1/+8
2010-01-13Input: pmouse - move Sentelic probe down the listTai-hwa Liang1-13/+15
2010-01-07Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake1-1/+8
2010-01-06Input: serio - fix potential deadlock when unbinding driversEric W. Biederman1-29/+3
2009-12-24Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov1-1/+4
2009-12-03Input: psmouse - do not carry DMI data aroundDmitry Torokhov1-0/+3
2009-12-02Merge commit 'v2.6.32' into nextDmitry Torokhov1-2/+2
2009-11-20Input: psmouse - rework setting of BTN_MIDDLE capabilityDmitry Torokhov1-11/+27
2009-11-16Input: psmouse - fix breakage introduced by b7802c5c1eaJiri Kosina1-1/+1
2009-11-12Input: psmouse - remove unneeded '\n' from psmouse.proto parameterTakashi Iwai1-1/+1
2009-09-10Input: psmouse - use boolean typeDmitry Torokhov1-41/+46
2009-08-19Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang1-1/+25
2009-05-15Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull1-1/+3
2008-10-16Input: psmouse - add support for Elantech touchpadsArjan Opmeer1-0/+23
2008-09-21Input: psmouse - add OLPC touchpad driverAndres Salomon1-1/+22
2008-09-21Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacksAndres Salomon1-13/+17
2008-09-21Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use ofAndres Salomon1-4/+10
2008-09-21Input: psmouse - export psmouse_set_state for ps/2 extensions to useAndres Salomon1-1/+1
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier1-9/+3
2008-01-21Input: drop redundant includes of moduleparam.hJulia Lawall1-1/+0
2008-01-17Input: psmouse - fix potential memory leak in psmouse_connect()Andres Salomon1-0/+2
2007-10-19Spelling fix: explicitlyJean Delvare1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-3/+4
2007-08-30Input: psmouse - reset harder during probeAlon Ziv1-2/+3
2007-07-10Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski1-0/+29
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-04-12Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov1-1/+0
2007-03-10Input: psmouse - allow disabing certain protocol extensionsAndres Salomon1-1/+15
2007-03-07Input: psmouse - do not force stream modeDmitry Torokhov1-6/+0
2007-02-18Input: psmouse - add support for eGalax PS/2 touchscreen controllerStefan Lucke1-6/+19
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov1-6/+0
2007-02-18Input: psmouse - properly reset mouse on shutdown/suspendDmitry Torokhov1-0/+28
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-3/+4
2006-11-23Input: handle serio_register_driver() errorsAkinobu Mita1-2/+6
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+4
2006-11-09Input: psmouse - fix attribute access on 64-bit systemsSergey Vlasov1-3/+6
2006-11-05Input: mice - handle errors when registering input devicesDmitry Torokhov1-25/+59
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-9/+7
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-7/+0
2006-09-10Input: constify psmouse driverHelge Deller1-18/+24
2006-08-23Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs1-7/+0
2006-06-26Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs1-3/+30
2006-06-26Input: fix potential overflows in driver/input/mouseDmitry Torokhov1-3/+3
2006-04-29Input: psmouse - fix new device detection logicDmitry Torokhov1-1/+3
2006-03-13Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
2006-03-10[PATCH] Input: psmouse - disable autoresyncDmitry Torokhov1-1/+1
2006-02-19Input: psmouse - semaphore to mutex conversionIngo Molnar1-18/+20
2006-01-29Input: psmouse - set name for Genius miceDmitry Torokhov1-0/+1
2006-01-14Input: psmouse - attempt to re-synchronize mouse every 5 secondsDmitry Torokhov1-64/+252
2005-12-21Input: psmouse - don't leave mouse asleepDmitry Torokhov1-9/+6