aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/psmouse-base.c
Commit message (Expand)AuthorAgeFilesLines
* Input: hgpk - support GlideSensor and PenTablet modesDaniel Drake2010-11-111-0/+1
* Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov2010-10-131-2/+2
* param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell2010-08-111-6/+8
* Input: psmouse - small formatting changes to better follow coding styleDmitry Torokhov2010-05-191-36/+36
* Input: psmouse - reset all types of mice before reconnectingDmitry Torokhov2010-05-131-4/+10
* Input: psmouse - ignore parity error for basic protocolsDmitry Torokhov2010-04-191-3/+15
* Input: psmouse - make sure we don't schedule reconnects after cleanupDmitry Torokhov2010-02-071-1/+8
* Input: pmouse - move Sentelic probe down the listTai-hwa Liang2010-01-131-13/+15
* Input: psmouse - fix Synaptics detection when protocol is disabledDaniel Drake2010-01-071-1/+8
* Input: serio - fix potential deadlock when unbinding driversEric W. Biederman2010-01-061-29/+3
* Input: speed up suspend/shutdown for PS/2 mice and keyboardsDmitry Torokhov2009-12-241-1/+4
* Input: psmouse - do not carry DMI data aroundDmitry Torokhov2009-12-031-0/+3
* Merge commit 'v2.6.32' into nextDmitry Torokhov2009-12-021-2/+2
|\
| * Input: psmouse - fix breakage introduced by b7802c5c1eaJiri Kosina2009-11-161-1/+1
| * Input: psmouse - remove unneeded '\n' from psmouse.proto parameterTakashi Iwai2009-11-121-1/+1
* | Input: psmouse - rework setting of BTN_MIDDLE capabilityDmitry Torokhov2009-11-201-11/+27
|/
* Input: psmouse - use boolean typeDmitry Torokhov2009-09-101-41/+46
* Input: add new driver for Sentelic Finger Sensing PadTai-hwa Liang2009-08-191-1/+25
* Input: psmouse - ESD workaround fix for OLPC XO touchpadZephaniah E. Hull2009-05-151-1/+3
* Input: psmouse - add support for Elantech touchpadsArjan Opmeer2008-10-161-0/+23
* Input: psmouse - add OLPC touchpad driverAndres Salomon2008-09-211-1/+22
* Input: psmouse - tweak PSMOUSE_DEFINE_ATTR to support raw set callbacksAndres Salomon2008-09-211-13/+17
* Input: psmouse - add psmouse_queue_work() for ps/2 extension to make use ofAndres Salomon2008-09-211-4/+10
* Input: psmouse - export psmouse_set_state for ps/2 extensions to useAndres Salomon2008-09-211-1/+1
* Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-9/+3
* Input: drop redundant includes of moduleparam.hJulia Lawall2008-01-211-1/+0
* 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/+0
* Input: psmouse - allow disabing certain protocol extensionsAndres Salomon2007-03-101-1/+15
* Input: psmouse - do not force stream modeDmitry Torokhov2007-03-071-6/+0
* 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/+0
* 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-231-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-051-25/+59
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-9/+7
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-09-191-7/+0
|\
| * Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs2006-08-231-7/+0
* | Input: constify psmouse driverHelge Deller2006-09-101-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