summaryrefslogtreecommitdiff
path: root/src/synaptics.c
AgeCommit message (Expand)Author
2012-03-14Soft buttons are only available on clickpad devices, disable them otherwise.Peter Hutterer
2012-03-14Ignore motion during touch count changes on semi-mt devicesChase Douglas
2012-03-14Add soft button areas propertyChase Douglas
2012-03-14Calculate touch data for semi-mt devices, but don't send touch eventsChase Douglas
2012-03-14Disable scrolling when beginning a clickpad pressChase Douglas
2012-03-14Enable clickpad click and drag with two fingersChase Douglas
2012-03-14Guess the number of clickpad ClickFingers based on finger distancePeter Hutterer
2012-03-14Disable middle mouse button emulation on clickpadsPeter Hutterer
2012-03-14Add clickpad device propertyChase Douglas
2012-03-14Add a BTN_EMULATED_FLAG to mark emulated buttons on clickfingersPeter Hutterer
2012-03-14Only handle ClickFingers on left button press eventsPeter Hutterer
2012-03-14Add an old_hw_state field to remember the last valuesPeter Hutterer
2012-03-14Move resetting hw state to separate function.Peter Hutterer
2012-03-14Move filtering into a separate functionPeter Hutterer
2012-03-14If the middle button timeout is 0, don't even attempt to emulate.Peter Hutterer
2012-03-13Don't use linear regression when calculating touchpad motion deltasChase Douglas
2012-03-09Fix horiz/vert scroll delta mixupPeter Hutterer
2012-03-05Implement a workaround for Elantech touchpadsPeter Zotov
2012-03-05Fix scoll increment for non-smooth scrolling (#46617)Peter Hutterer
2012-02-23Update touch state when device is off tooChase Douglas
2012-02-21Revert "Don't store fake events in the motion history"Peter Hutterer
2012-02-11Filter touch events if two-finger scrolling is enabledChase Douglas
2012-02-11Filter touch events if tap actions are enabledChase Douglas
2012-02-11Filter touch events if click actions are enabledChase Douglas
2012-02-11Move X touch event processing into synaptics.cChase Douglas
2012-02-11Add open_slots array to SynapticsPrivateChase Douglas
2012-02-11Add touch valuator mask to hw state structureChase Douglas
2012-02-11Rename num_touches to max_touchesChase Douglas
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-09Revert "Replace the motion estimator"Chase Douglas
2012-02-07Submit the right number of MT axesPeter Hutterer
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-26Add touch device class supportChase Douglas
2012-01-26Allocate axis labels array dynamicallyChase Douglas
2012-01-04Remove unused variable 'thr'Peter Hutterer
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-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-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