aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-10Input: constify psmouse driverHelge Deller6-32/+40
2006-08-23Input: psmouse - fix Intellimouse 4.0 initializationPozsar Balazs1-7/+0
2006-08-08Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanupHelge Deller1-11/+12
2006-08-04Input: trackpoint - activate protocol when resumingDmitry Torokhov1-18/+34
2006-08-04Input: logips2pp - fix button mapping for MX300Roberto Castagnola1-2/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-26Input: psmouse - add support for Intellimouse 4.0Pozsar Balazs1-3/+30
2006-06-26Input: fix potential overflows in driver/input/mouseDmitry Torokhov4-14/+18
2006-05-29Input: psmouse - DMI updates for lifebook protocolKenan Esau1-0/+24
2006-05-29Input: alps - fix old protocol decodingYotam Medini1-2/+2
2006-05-29Input: psmouse - add detection of Logitech TrackMan Wheel trackballZbigniew Luszpinski1-0/+6
2006-04-29Input: psmouse - fix new device detection logicDmitry Torokhov1-1/+3
2006-04-02Input: synaptics - limit rate to 40pps on Toshiba Protege M300Richard Thrippleton1-2/+9
2006-04-02Manual merge with Linus.Dmitry Torokhov1-41/+47
2006-03-30[PARISC] Fix double free when removing HIL driversKyle McMartin1-2/+1
2006-03-30[PARISC] Convert HIL drivers to use input_allocate_deviceHelge Deller1-43/+48