summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse
AgeCommit message (Expand)AuthorLines
2005-03-07Input: export psmouse module parameters via sysfs:Dmitry Torokhov-18/+40
2005-03-07input: Fix ALPS breakage caused by previous refactoring.Vojtech Pavlik-32/+25
2005-02-24input: Separate dualpoint and passthrough flags in ALPS driver.Vojtech Pavlik-8/+9
2005-02-24input: Make ALPS protocol synchronization dependent onVojtech Pavlik-53/+56
2005-02-24input: Fix sermouse not to call serio_open() twice.Dmitry Torokhov-1/+1
2005-02-24input: Add support for less usual ALPS touchpads, rearrange code,Vojtech Pavlik-122/+146
2005-02-14Input: psmouse should probe for "special" protocols only if maxDmitry Torokhov-1/+1
2005-02-13input: Store alps hardware version info in the input_dev structure, so thatPeter Osterlund-5/+14
2005-02-09Input: alps - fix protocol validation rules causing touchpadDmitry Torokhov-2/+2
2005-02-06input: HP HIL support (from PARISC Linux tree).Helge Deller-0/+423
2005-02-04input: Only parse a "z == 127" packet as a relative Dualpoint stickPeter Osterlund-10/+11
2005-02-04input: When hardware tapping is disabled on an ALPS touchpad, the touchpadPeter Osterlund-10/+47
2005-02-04input: Cleanup the Kconfig menus for the input subsystem.Roman Zippel-12/+11
2005-02-04input: Add support for the Logitech MX1000 mouse in PS/2 mode.Vojtech Pavlik-0/+5
2005-02-04input: Add support for Logitech MX300 mouse in PS/2 mode.gijoe@poczta.onet.pl-8/+10
2005-02-04input: Correct Y axis range for ALPS touchpads.Peter Osterlund-1/+1
2005-02-04input: Some Synaptics touchpads have a middle mouse button that also worksPeter Osterlund-2/+28
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-8/+8
2005-02-04Input: make serio's connect routines return error codeDmitry Torokhov-11/+28
2005-02-04Input: make serio implementation more in line with standardDmitry Torokhov-14/+7
2005-02-04Input: replace serio's type field with serio_id structure andDmitry Torokhov-20/+88
2005-02-04Input: remove serio->private in favor of using driver-specific dataDmitry Torokhov-23/+33
2005-02-04Input: synaptics - use DMI to detect Toshiba Satellite notebooksDmitry Torokhov-0/+26
2005-01-20Merge bk://kernel.bkbits.net/vojtech/inputLinus Torvalds-2/+13
2005-01-19[PATCH] ALPS touchpad detection fixPeter Osterlund-5/+7
2005-01-14[PATCH] various Kconfig fixesGabor Egry-3/+3
2005-01-13Merge suse.cz:/home/vojtech/bk/linus into suse.cz:/home/vojtech/bk/inputVojtech Pavlik-2/+0
2005-01-10[PATCH] synaptics: Remove unused struct member variablePeter Osterlund-2/+0
2005-01-06Input: psmouse - set mouse name to "Mouse" when using PS2++ andDmitry Torokhov-2/+13
2004-11-18Manual mergeVojtech Pavlik-0/+15
2004-11-06pc110 touchpad driver: be more politeLinus Torvalds-0/+15
2004-10-21Input: when creating input devices for hardware attached toDmitry Torokhov-0/+3
2004-10-21Input: couple of whitespace fixes.Dmitry Torokhov-13/+13
2004-10-21Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik-3/+3
2004-10-19[PATCH] Document DEC VSXXX-AB digitizer as known workingJan-Benedict Glaw-3/+3
2004-10-16input: Fix ssize_t prototype mismatch in psmouse and atkbd.Vojtech Pavlik-1/+1
2004-10-13Merge suse.cz:/data2/bk/linus into suse.cz:/data2/bk/inputVojtech Pavlik-3/+3
2004-10-09[PATCH] pc110pad.c request_region() fixLi Shaohua-3/+3
2004-09-29Input: psmouse - explicitely specify packet size instead of relyingDmitry Torokhov-83/+110
2004-09-29Input: psmouse - make logips2pp fully decode its protocol packetsDmitry Torokhov-18/+33
2004-09-29Input: psmouse - drop PS2TPP protocol (it is handled exactly likeDmitry Torokhov-32/+32
2004-09-29Input: psmouse - export rate, resolution, resetafter and smartscrollDmitry Torokhov-12/+185
2004-09-29Input: psmouse - reset mouse before doing intellimouse/explorerDmitry Torokhov-7/+11
2004-09-29Input: synaptics - not only switch to 4-byte client protocolDmitry Torokhov-3/+7
2004-09-29Input: psmouse - add set_rate and set_resolution handlers to makeDmitry Torokhov-43/+69
2004-09-29Input: add a new signature for ALPS DualPoint found inDmitry Torokhov-0/+1
2004-09-29Merge bk://kernel.bkbits.net/vojtech/inputDmitry Torokhov-37/+22
2004-09-24Input: correct the the wrong use of "DB9" to the correct name, "DE9". Jan-Benedict Glaw-24/+29
2004-09-22Input: clean up ALPS DualPoint logicDmitry Torokhov-37/+22
2004-09-21Input: pull common code from psmouse and atkbd into libps2 moduleDmitry Torokhov-263/+130