summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-10Introduce SynapticsCopyHwState functionChase Douglas
2012-02-10Allocate priv->hwStateChase Douglas
2012-02-10Allocate SynapticsPrivate.comm->hwStateChase Douglas
2012-02-10Allocate SynapticsHwStruct for local function useChase Douglas
2012-02-10Introduce SynapticsHwStateAlloc() and SynapticsHwStateFree()Chase Douglas
2012-02-10Allocate proto data in eventcomm-testChase Douglas
2012-02-09Revert "Replace the motion estimator"Chase Douglas
2012-02-07Submit the right number of MT axesPeter Hutterer
2012-02-07Merge branch 'fixes' of git://people.freedesktop.org/~cndougla/xf86-input-syn...Peter Hutterer
2012-02-06Don't initialize semi-multitouch devices for touch device classChase Douglas
2012-02-06Don't initialize touch state if device does is not multitouchChase Douglas
2012-02-06Don't emit touch sequences if only one touch is activeChase Douglas
2012-02-07eventcomm: Fix initialization codeBenjamin Otte
2012-02-06Only move the cursor when one touch is on a touchpadChase Douglas
2012-02-06Ensure delta computation does not go crazyChase Douglas
2012-02-06Remove compiler warning: unused variable "atom"Peter Hutterer
2012-01-26eventcomm: Add touch event handlingChase Douglas
2012-01-26eventcomm: Read evdev events from mtdev where multitouch is availableChase Douglas
2012-01-26eventcomm: Initialize touch device and axesChase Douglas
2012-01-26Add touch device class supportChase Douglas
2012-01-26Allocate axis labels array dynamicallyChase Douglas
2012-01-06Constify priv->deviceDaniel Stone
2012-01-04Remove unused variable 'thr'Peter Hutterer
2012-01-03fix wrong finger width rangeJJ Ding
2011-12-12Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."Cyril Brulebois
2011-12-01If protocol is auto-dev and the device path is set, unset the protocolPeter Hutterer
2011-12-01Return true/false from SetDeviceAndProtocolPeter Hutterer
2011-10-24Use the scroll distances as increment for scrolling valuator axesPeter Hutterer
2011-10-24Scroll: Initial smooth scrolling supportDaniel Stone
2011-10-24eventcomm: print strerror(errno), not of rcPeter Hutterer
2011-10-18Fix compiler warning - unused variable 'para'Peter Hutterer
2011-10-18Scroll: Prepare ScrollData for smooth scrollingDaniel Stone
2011-10-18Adjust acceleration scheme for input ABI v14Daniel Stone
2011-09-21Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognizedCasper Dik
2011-08-29The correct maximum values for pressure and finger widthAlexandr Shadchin
2011-08-29On/Off hooks to return boolean so we can bail out of the callerAlexandr Shadchin
2011-08-25Fix compiler warning: unused variable "wakupTime"Peter Hutterer
2011-08-25Scroll: Modify ScrollData in repeat_scrollbuttonsDaniel Stone
2011-08-25Scroll: Move coasting variables to priv->scrollDaniel Stone
2011-08-25Scroll: Add last_millis to track scroll event timingDerek Foreman
2011-08-25Scroll: Move scroll_[xya] into new priv->scroll structDaniel Stone
2011-08-25Scroll: Clarify rep_buttons assignmentDaniel Stone
2011-08-25Revise palm check logicDerek Foreman
2011-08-25More accurate extrapolated fake motion eventsDerek Foreman
2011-08-25Replace the motion estimatorDerek Foreman
2011-08-25Update count_packet_finger in store_history, not get_deltaDaniel Stone
2011-08-25Don't store fake events in the motion historyDaniel Stone
2011-08-25Use hardware time where possibleDerek Foreman
2011-08-25Use CARD32 for timestampsDaniel Stone
2011-08-25Introduce POLL_MS for packet frequencyDaniel Stone