aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov1-46/+53
2005-09-09Manual merge with LinusDmitry Torokhov1-1/+1
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-04Input: rework psmouse attributes to reduce module sizeDmitry Torokhov1-51/+66
2005-08-08Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik1-1/+14
2005-07-15Input: psmouse - wheel mice (imps, exps) always have 3rd buttonVojtech Pavlik1-0/+2
2005-06-01Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov1-48/+243
2005-06-01Input: pmouse - introduce proper locking so state-changingDmitry Torokhov1-10/+44
2005-05-29Input: lifebook - adjust initialization routines to be in line withDmitry Torokhov1-2/+12
2005-05-29Input: lifebook - various cleanups:Dmitry Torokhov1-2/+0
2005-05-29Input: Add Fujitsu Lifebook B-series touchscreen driver.Kenan Esau1-3/+9