summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
AgeCommit message (Expand)AuthorLines
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
2006-11-05Input: mice - handle errors when registering input devicesDmitry Torokhov-25/+59
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-9/+7
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-7/+0
2006-09-10Input: constify psmouse driverHelge Deller-18/+24
2006-08-23Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs-7/+0
2006-06-26Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs-3/+30
2006-06-26Input: fix potential overflows in driver/input/mouseDmitry Torokhov-3/+3
2006-04-29Input: psmouse - fix new device detection logicDmitry Torokhov-1/+3
2006-03-13Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-1/+1
2006-03-10[PATCH] Input: psmouse - disable autoresyncDmitry Torokhov-1/+1
2006-02-19Input: psmouse - semaphore to mutex conversionIngo Molnar-18/+20
2006-01-29Input: psmouse - set name for Genius miceDmitry Torokhov-0/+1
2006-01-14Input: psmouse - attempt to re-synchronize mouse every 5 secondsDmitry Torokhov-64/+252
2005-12-21Input: psmouse - don't leave mouse asleepDmitry Torokhov-9/+6
2005-10-28[PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov-46/+53
2005-09-09Manual merge with LinusDmitry Torokhov-1/+1
2005-09-07[PATCH] input: convert kcalloc to kzallocPekka Enberg-1/+1
2005-09-04Input: rework psmouse attributes to reduce module sizeDmitry Torokhov-51/+66
2005-08-08Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik-1/+14
2005-07-15Input: psmouse - wheel mice (imps, exps) always have 3rd buttonVojtech Pavlik-0/+2
2005-06-01Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov-48/+243
2005-06-01Input: pmouse - introduce proper locking so state-changingDmitry Torokhov-10/+44
2005-05-29Input: lifebook - adjust initialization routines to be in line withDmitry Torokhov-2/+12
2005-05-29Input: lifebook - various cleanups:Dmitry Torokhov-2/+0
2005-05-29Input: Add Fujitsu Lifebook B-series touchscreen driver.Kenan Esau-3/+9
2005-05-28Input: Workaround for Sunrex K8561 IR Keyboard/Mouse. The mouseVojtech Pavlik-1/+4
2005-05-28Input: Fix a warning in psmouse-base.cAndrew Morton-1/+1