summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/alps.c
AgeCommit message (Expand)AuthorLines
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-48/+45
2005-02-24input: Add support for less usual ALPS touchpads, rearrange code,Vojtech Pavlik-120/+140
2005-02-13input: Store alps hardware version info in the input_dev structure, so thatPeter Osterlund-4/+13
2005-02-09Input: alps - fix protocol validation rules causing touchpadDmitry Torokhov-2/+2
2005-02-04input: Only parse a "z == 127" packet as a relative Dualpoint stickPeter Osterlund-10/+10
2005-02-04input: When hardware tapping is disabled on an ALPS touchpad, the touchpadPeter Osterlund-10/+43
2005-02-04input: Correct Y axis range for ALPS touchpads.Peter Osterlund-1/+1
2005-02-04Input: Make some needlessly global code static.Adrian Bunk-2/+2
2004-09-29Input: psmouse - explicitely specify packet size instead of relyingDmitry Torokhov-2/+10
2004-09-29Input: add a new signature for ALPS DualPoint found inDmitry Torokhov-0/+1
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-30/+38
2004-09-21input: Add ALPS touchpad driver, driver by Neil Brown, Peter OsterlundPeter Osterlund-0/+422