summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-30If the last two reports were identical, then the kernel is letting us know th...HEADmasterDerek Foreman1-0/+6
2011-05-03Adjust PreInit for ChromiumOS input ABIDaniel Stone1-2/+4
2011-05-03Use per-finger tracking for scrollDaniel Stone2-148/+220
2011-05-03Support filtering/motion prediction for fake eventsDerek Foreman1-22/+43
2011-05-03Split motion filtering out of regress()Derek Foreman1-68/+88
2011-05-03Post motion events even when changing fingersDaniel Stone1-3/+1
2011-05-03Block all fingers if we see a palmDaniel Stone1-0/+18
2011-05-03Smarter per-finger clickpad trackingDaniel Stone1-14/+27
2011-05-03Allow disabling of pressure -> two-finger emulationDaniel Stone1-1/+3
2011-05-03Remove now-unused global motion historyDaniel Stone2-4/+0
2011-05-03Use per-finger motion history for delta estimationDaniel Stone2-40/+38
2011-05-03Handle tap-to-click processing per fingerDaniel Stone2-49/+90
2011-05-03Lengthen motion history to 5 entriesDaniel Stone2-2/+3
2011-05-03Perform per-finger state trackingDaniel Stone2-124/+113
2011-05-03Add per-finger motion historyDaniel Stone2-38/+62
2011-05-03Perform co-ordinate scaling per-fingerDaniel Stone1-10/+10
2011-05-03Make edge detection per-fingerDaniel Stone2-26/+29
2011-05-03Refactor SynapticsMoveHistRecDaniel Stone2-36/+37
2011-05-03Add no-landing zone for thumbsDerek Foreman5-1/+44
2011-05-03Add Clickpad supportDaniel Stone6-16/+156
2011-05-03Move finger tracking inside synaptics.cDaniel Stone4-102/+174
2011-05-03Add mtdev support for multitouch eventsDaniel Stone7-20/+149
2011-05-03Add original and sent time axesDaniel Stone2-6/+46
2011-05-03Initial smooth scrolling supportDaniel Stone2-86/+139
2011-05-03Revise palm check logicDerek Foreman2-29/+32
2011-05-03Add four new motion filtersDerek Foreman5-0/+128
2011-04-28More accurate extrapolated fake motion eventsDerek Foreman2-8/+7
2011-04-28Replace the motion estimatorDerek Foreman1-8/+67
2011-04-28Use hardware time where possibleDerek Foreman6-74/+81
2011-04-28Introduce POLL_MS for packet frequencyDaniel Stone1-3/+5
2011-04-28Add HIST_DELTA macro for differences in historyDaniel Stone1-1/+2
2011-04-28Give FingerState enums explicit valuesDaniel Stone1-4/+4
2011-04-28Fix pressure->motion property formatDerek Foreman1-3/+3
2011-04-18Drain XRecord connection of any events after handling repliesChase Douglas1-0/+8
2011-04-14Fix egde/edge typo in manpage and comments.Cyril Brulebois2-3/+3
2011-04-11Add 'include' directory for test.Trevor Woerner1-1/+1
2011-04-03Revert "Default to 2-finger emulation when HW supports it"Chase Douglas1-6/+1
2011-04-03Only build tests when unit tests are enabled.Peter Hutterer1-1/+1
2011-04-03test: add another test to ensure HW state changes on known values only.Peter Hutterer1-0/+95
2011-04-03test: Add some tests for HW state changes.Peter Hutterer2-0/+154
2011-04-03Add basic framework for unit-testing.Peter Hutterer7-1/+683
2011-04-03Require macros 1.13 for unit testingPeter Hutterer1-3/+3
2011-04-03Don't autoprobe for devices when Option Device is set.Peter Hutterer3-3/+19
2011-03-31eventcomm: fix indentation in EventAutoDevProbePeter Hutterer1-5/+7
2011-03-31eventcomm: move need_grab into a proto-specific struct.Peter Hutterer1-13/+22
2011-03-28eventcomm: untangle state setting from printing device infoPeter Hutterer1-47/+50
2011-03-28eventcomm: print an error when axis range failed.Peter Hutterer1-7/+4
2011-03-28eventcomm: streamline absinfo retrieval.Peter Hutterer1-43/+61
2011-03-28eventcomm: rewrite event_query_info to something more sanePeter Hutterer1-7/+18
2011-03-28eventcomm: document event_query_is_touchpadPeter Hutterer1-0/+14