summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorLines
2007-09-25Input: appletouch - fix idle reset logicThomas Rohwer-2/+4
2007-08-30Input: psmouse - make dummy touchkit_ps2_detect() staticAdrian Bunk-1/+2
2007-07-20Input: appletouch - improve powersaving for Geyser3 devicesSoeren Sonnenburg-37/+74
2007-07-20Input: lifebook - fix an oops on Panasonic CF-18Dmitry Torokhov-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo-1/+0
2007-07-10Input: add gpio-mouse driverHans-Christian Egtvedt-0/+213
2007-07-10Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski-0/+30
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-1/+1
2007-05-28Input: logips2pp - fix typo in KconfigUwe Bugla-1/+1
2007-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-27/+32
2007-05-22Input: ALPS - force stream modeDmitry Torokhov-27/+31
2007-05-15missing dependencies for USB drivers in inputAl Viro-0/+1
2007-05-08Input: logips2pp - add type 72 (PS/2 TrackMan Marble)Peter Samuelson-0/+1
2007-05-08Input: move USB mice under drivers/input/mouseDmitry Torokhov-9/+736
2007-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-0/+172
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/...Linus Torvalds-159/+591
2007-05-04m68k: Atari keyboard and mouse support.Michael Schmitz-0/+172
2007-05-03Input: synaptics - don't complain about failed resetsDmitry Torokhov-1/+1
2007-04-25Input: lifebook - split into 2 devicesDmitry Torokhov-20/+93
2007-04-25Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov-0/+8
2007-04-12Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov-13/+65
2007-04-12Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov-0/+14
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov-4/+4
2007-04-12Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov-5/+0
2007-04-12Input: logips2pp - add model 1 informationDmitry Torokhov-0/+1
2007-04-12Input: logips2pp - ignore mice reporting model as 0Dmitry Torokhov-3/+3
2007-04-12Input: ALPS - handle errors from input_register_device()Dmitry Torokhov-5/+9
2007-04-12Input: synaptics - export model bitsDmitry Torokhov-0/+10
2007-03-16Input: sermouse - improve protocol error recoveryPeter Osterlund-4/+12
2007-03-10Input: psmouse - allow disabing certain protocol extensionsAndres Salomon-59/+195
2007-03-07Input: psmouse - do not force stream modeDmitry Torokhov-6/+0
2007-02-28Input: HIL - cleanup coding styleHelge Deller-44/+49
2007-02-18Input: psmouse - add support for eGalax PS/2 touchscreen controllerStefan Lucke-7/+139
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov-10/+0
2007-02-18Input: psmouse - properly reset mouse on shutdown/suspendDmitry Torokhov-0/+30
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2007-02-10Input: inport - use correct config option for ATIXLRobert P. J. Day-1/+1
2006-12-21Input: pc110pad - return proper errorAkinobu Mita-1/+1
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-8/+9
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-60/+154
2006-11-02Input: logips2pp - handle sysfs errorsJeff Garzik-2/+9
2006-11-02Input: trackpoint - handle sysfs errorsJeff Garzik-2/+10
2006-11-02Input: lifebook - learn about hard tabsAndrew Morton-45/+43
2006-11-02Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signatureGreg Chandler-0/+6
2006-10-09[PATCH] m68k/HP300: Enable HIL configuration optionsGeert Uytterhoeven-1/+1
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-70/+43