summaryrefslogtreecommitdiff
path: root/src/synaptics.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Ignore motion during touch count changes on semi-mt devicesclickpad-v2-ubuntuChase Douglas1-0/+8
2012-03-02Don't use linear regression when calculating touchpad motion deltasChase Douglas1-4/+3
2012-03-02Add soft button areas propertyChase Douglas1-0/+186
2012-03-02Calculate touch data for semi-mt devices, but don't send touch eventsChase Douglas1-0/+3
2012-03-02Disable scrolling when beginning a clickpad pressChase Douglas1-0/+6
2012-03-02Enable clickpad click and drag with two fingersChase Douglas1-1/+33
2012-03-02Disable click action functionality for clickpads by defaultChase Douglas1-4/+7
2012-03-02Check for clickpad propertyChase Douglas1-1/+6
2012-03-02Add clickpad device propertyChase Douglas1-0/+1
2012-02-23Update touch state when device is off tooChase Douglas1-33/+41
2012-02-21Revert "Don't store fake events in the motion history"Peter Hutterer1-1/+1
2012-02-11Filter touch events if two-finger scrolling is enabledChase Douglas1-2/+3
2012-02-11Filter touch events if tap actions are enabledChase Douglas1-2/+2
2012-02-11Filter touch events if click actions are enabledChase Douglas1-3/+13
2012-02-11Move X touch event processing into synaptics.cChase Douglas1-0/+110
2012-02-11Add open_slots array to SynapticsPrivateChase Douglas1-47/+73
2012-02-11Add touch valuator mask to hw state structureChase Douglas1-0/+3
2012-02-11Rename num_touches to max_touchesChase Douglas1-1/+1
2012-02-10Introduce SynapticsCopyHwState functionChase Douglas1-2/+2
2012-02-10Allocate priv->hwStateChase Douglas1-9/+18
2012-02-10Allocate SynapticsPrivate.comm->hwStateChase Douglas1-0/+3
2012-02-10Allocate SynapticsHwStruct for local function useChase Douglas1-7/+15
2012-02-09Revert "Replace the motion estimator"Chase Douglas1-68/+4
2012-02-07Submit the right number of MT axesPeter Hutterer1-1/+2
2012-02-06Only move the cursor when one touch is on a touchpadChase Douglas1-3/+3
2012-02-06Ensure delta computation does not go crazyChase Douglas1-0/+8
2012-02-06Remove compiler warning: unused variable "atom"Peter Hutterer1-1/+0
2012-01-26Add touch device class supportChase Douglas1-5/+60
2012-01-26Allocate axis labels array dynamicallyChase Douglas1-1/+11
2012-01-04Remove unused variable 'thr'Peter Hutterer1-1/+0
2011-12-01If protocol is auto-dev and the device path is set, unset the protocolPeter Hutterer1-0/+7
2011-12-01Return true/false from SetDeviceAndProtocolPeter Hutterer1-3/+4
2011-10-24Use the scroll distances as increment for scrolling valuator axesPeter Hutterer1-10/+10
2011-10-24Scroll: Initial smooth scrolling supportDaniel Stone1-3/+55
2011-10-18Fix compiler warning - unused variable 'para'Peter Hutterer1-1/+0
2011-10-18Scroll: Prepare ScrollData for smooth scrollingDaniel Stone1-85/+50
2011-10-18Adjust acceleration scheme for input ABI v14Daniel Stone1-3/+14
2011-08-29The correct maximum values for pressure and finger widthAlexandr Shadchin1-4/+4
2011-08-29On/Off hooks to return boolean so we can bail out of the callerAlexandr Shadchin1-5/+8
2011-08-25Fix compiler warning: unused variable "wakupTime"Peter Hutterer1-1/+0
2011-08-25Scroll: Modify ScrollData in repeat_scrollbuttonsDaniel Stone1-6/+13
2011-08-25Scroll: Move coasting variables to priv->scrollDaniel Stone1-39/+39
2011-08-25Scroll: Add last_millis to track scroll event timingDerek Foreman1-3/+7
2011-08-25Scroll: Move scroll_[xya] into new priv->scroll structDaniel Stone1-27/+27
2011-08-25Scroll: Clarify rep_buttons assignmentDaniel Stone1-2/+6
2011-08-25Revise palm check logicDerek Foreman1-25/+29
2011-08-25More accurate extrapolated fake motion eventsDerek Foreman1-6/+6
2011-08-25Replace the motion estimatorDerek Foreman1-4/+67
2011-08-25Update count_packet_finger in store_history, not get_deltaDaniel Stone1-3/+3
2011-08-25Don't store fake events in the motion historyDaniel Stone1-1/+1