summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Input: psmouse - allow disabing certain protocol extensionsAndres Salomon2007-03-101-1/+15
* Input: psmouse - do not force stream modeDmitry Torokhov2007-03-071-6/+0Star
* Input: psmouse - add support for eGalax PS/2 touchscreen controllerStefan Lucke2007-02-181-6/+19
* Input: remove obsolete setup parameters from input driversDmitry Torokhov2007-02-181-6/+0Star
* Input: psmouse - properly reset mouse on shutdown/suspendDmitry Torokhov2007-02-181-0/+28
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-3/+4
|\
| * WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+4
* | Input: handle serio_register_driver() errorsAkinobu Mita2006-11-241-2/+6
* | Input: psmouse - fix attribute access on 64-bit systemsSergey Vlasov2006-11-091-3/+6
* | Input: mice - handle errors when registering input devicesDmitry Torokhov2006-11-061-25/+59
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-9/+7Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-191-7/+0Star
|\
| * Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs2006-08-231-7/+0Star
* | Input: constify psmouse driverHelge Deller2006-09-111-18/+24
|/
* Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs2006-06-261-3/+30
* Input: fix potential overflows in driver/input/mouseDmitry Torokhov2006-06-261-3/+3
* Input: psmouse - fix new device detection logicDmitry Torokhov2006-04-291-1/+3
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-03-141-1/+1
|\
| * [PATCH] Input: psmouse - disable autoresyncDmitry Torokhov2006-03-111-1/+1
* | Input: psmouse - semaphore to mutex conversionIngo Molnar2006-02-191-18/+20
|/
* Input: psmouse - set name for Genius miceDmitry Torokhov2006-01-301-0/+1
* Input: psmouse - attempt to re-synchronize mouse every 5 secondsDmitry Torokhov2006-01-141-64/+252
* Input: psmouse - don't leave mouse asleepDmitry Torokhov2005-12-211-9/+6Star
* [PATCH] drivers/input/mouse: convert to dynamic input_dev allocationDmitry Torokhov2005-10-281-46/+53
* Manual merge with LinusDmitry Torokhov2005-09-101-1/+1
|\
| * [PATCH] input: convert kcalloc to kzallocPekka Enberg2005-09-081-1/+1
* | Input: rework psmouse attributes to reduce module sizeDmitry Torokhov2005-09-041-51/+66
* | Input: psmouse - add support for IBM TrackPoint devices.Stephen Evanchik2005-08-081-1/+14
|/
* Input: psmouse - wheel mice (imps, exps) always have 3rd buttonVojtech Pavlik2005-07-151-0/+2
* Input: psmouse - export protocol as a sysfs per-device attributeDmitry Torokhov2005-06-011-48/+243
* Input: pmouse - introduce proper locking so state-changingDmitry Torokhov2005-06-011-10/+44
* Input: lifebook - adjust initialization routines to be in line withDmitry Torokhov2005-05-291-2/+12
* Input: lifebook - various cleanups:Dmitry Torokhov2005-05-291-2/+0Star
* Input: Add Fujitsu Lifebook B-series touchscreen driver.Kenan Esau2005-05-291-3/+9
* Input: Workaround for Sunrex K8561 IR Keyboard/Mouse. The mouseVojtech Pavlik2005-05-281-1/+4
* Input: Fix a warning in psmouse-base.cAndrew Morton2005-05-281-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1011