aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Input: lifebook - add signature of Panasonic CF-72Dmitry Torokhov1-0/+8
2007-09-05Input: ALPS - add support for model found in Dell Vostro 1400William Pettersson1-0/+1
2007-08-30Input: psmouse - reset harder during probeAlon Ziv1-2/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-10Input: add gpio-mouse driverHans-Christian Egtvedt3-0/+213
2007-07-10Input: psmouse - add support for Cortron PS/2 TrackballsAristeu Rozanski2-0/+30
2007-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2007-05-28Input: logips2pp - fix typo in KconfigUwe Bugla1-1/+1
2007-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-27/+32
2007-05-22Input: ALPS - force stream modeDmitry Torokhov1-27/+31
2007-05-15missing dependencies for USB drivers in inputAl Viro1-0/+1
2007-05-08Input: logips2pp - add type 72 (PS/2 TrackMan Marble)Peter Samuelson1-0/+1
2007-05-08Input: move USB mice under drivers/input/mouseDmitry Torokhov3-9/+736
2007-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov3-0/+172
2007-05-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds18-159/+591
2007-05-04m68k: Atari keyboard and mouse support.Michael Schmitz3-0/+172
2007-05-03Input: synaptics - don't complain about failed resetsDmitry Torokhov1-1/+1
2007-04-25Input: lifebook - split into 2 devicesDmitry Torokhov1-20/+93
2007-04-25Input: lifebook - add signature of Panasonic CF-29Dmitry Torokhov1-0/+8
2007-04-12Input: lifebook - activate 6-byte protocol on select modelsDmitry Torokhov1-13/+65
2007-04-12Input: lifebook - work properly on Panasonic CF-18Dmitry Torokhov1-0/+14
2007-04-12Input: mice - switch to using input_dev->dev.parentDmitry Torokhov4-4/+4
2007-04-12Input: drivers/input/mice - don't access dev->private directlyDmitry Torokhov4-5/+0
2007-04-12Input: logips2pp - add model 1 informationDmitry Torokhov1-0/+1
2007-04-12Input: logips2pp - ignore mice reporting model as 0Dmitry Torokhov1-3/+3
2007-04-12Input: ALPS - handle errors from input_register_device()Dmitry Torokhov2-5/+9
2007-04-12Input: synaptics - export model bitsDmitry Torokhov1-0/+10
2007-03-16Input: sermouse - improve protocol error recoveryPeter Osterlund1-4/+12
2007-03-10Input: psmouse - allow disabing certain protocol extensionsAndres Salomon10-59/+195
2007-03-07Input: psmouse - do not force stream modeDmitry Torokhov1-6/+0
2007-02-28Input: HIL - cleanup coding styleHelge Deller1-44/+49
2007-02-18Input: psmouse - add support for eGalax PS/2 touchscreen controllerStefan Lucke5-7/+139
2007-02-18Input: remove obsolete setup parameters from input driversDmitry Torokhov3-10/+0
2007-02-18Input: psmouse - properly reset mouse on shutdown/suspendDmitry Torokhov3-0/+30
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10Input: inport - use correct config option for ATIXLRobert P. J. Day1-1/+1
2006-12-21Input: pc110pad - return proper errorAkinobu Mita1-1/+1
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 Mita4-8/+9
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 Torokhov8-60/+154
2006-11-02Input: logips2pp - handle sysfs errorsJeff Garzik1-2/+9
2006-11-02Input: trackpoint - handle sysfs errorsJeff Garzik1-2/+10
2006-11-02Input: lifebook - learn about hard tabsAndrew Morton1-45/+43
2006-11-02Input: lifebook - add Hitachi Flora-IE 55mi tablet DMI signatureGreg Chandler1-0/+6
2006-10-09[PATCH] m68k/HP300: Enable HIL configuration optionsGeert Uytterhoeven1-1/+1
2006-10-06Build fixes for struct pt_regs removalMatthew Wilcox1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells14-70/+43
2006-09-19Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov3-27/+35