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