summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-29synaptics 1.8.3xf86-input-synaptics-1.8.3synaptics-1.8-branchPeter Hutterer1-1/+1
2015-10-28Use cumulative relative touch movements while scrollingGabriele Mazzotta2-6/+10
2015-03-27synaptics 1.8.2xf86-input-synaptics-1.8.2Peter Hutterer1-1/+1
2015-03-27eventcomm: ignore fake and broken MT devicesPeter Hutterer1-0/+9
2015-03-27eventcomm: prevent possibly division by zeroPeter Hutterer1-0/+10
2015-03-27Add a delay between the second button down-up event of double tapsGabriele Mazzotta3-109/+90
2015-03-27Update machine state diagramGabriele Mazzotta1-149/+216
2014-09-18synaptics 1.8.1xf86-input-synaptics-1.8.1Peter Hutterer1-1/+1
2014-09-17Prohibit negative or zero x/y resolutionsPeter Hutterer1-0/+10
2014-09-17When resetting, reset the open slots to -1Peter Hutterer1-1/+7
2014-09-17eventcomm: add missing axis labels to avoid array overrunPeter Hutterer1-2/+11
2014-09-17eventcomm: ensure we're on the same clock as the serverPeter Hutterer1-2/+11
2014-09-17Include xorg-server.h to fix build errors on newest glibcPeter Hutterer3-0/+6
2014-09-17Prevent two-finger taps from being ignoredGabriele Mazzotta1-2/+3
2014-09-17conf: increase top software button area to 15%Peter Hutterer1-1/+1
2014-05-13synaptics 1.8.0xf86-input-synaptics-1.8.0Peter Hutterer1-1/+1
2014-04-30conf: drop the PNPID matching from the fdi filePeter Hutterer1-9/+1
2014-04-30synaptics 1.7.99.2xf86-input-synaptics-1.7.99.2Peter Hutterer1-1/+1
2014-04-30Fix product ID cutoff for MODEL_APPLETOUCH/MODEL_UNIBODY_MACBOOKClinton Sprain1-1/+3
2014-04-30Add support for INPUT_PROP_TOPBUTTONPADHans de Goede6-28/+45
2014-04-29man: add some missing quotesPeter Hutterer1-1/+1
2014-04-23Always count tripletap + click as 3 fingerclick on pads with < 3 touchesHans de Goede1-20/+5
2014-04-22conf: add more PnPIDs and DMI matches for LenovosPeter Hutterer2-3/+5
2014-04-09Comment the touch statesPeter Hutterer1-5/+5
2014-04-09eventcomm: Hook up the libevdev log handlerPeter Hutterer1-0/+40
2014-04-09eventcomm: read one more event after finishing a syncPeter Hutterer1-1/+3
2014-04-09eventcomm: drop superflous helper functionPeter Hutterer1-11/+1
2014-03-24Disable GrabEventDevice by defaultPeter Hutterer1-1/+12
2014-03-18synaptics 1.7.99.1xf86-input-synaptics-1.7.99.1Peter Hutterer1-1/+1
2014-03-18If the touchpad is in TOUCHPAD_OFF mode, allow physical clicksPeter Hutterer2-11/+13
2014-03-14conf: automatically enable the top softbutton area for the new LenovosPeter Hutterer2-0/+23
2014-03-13conf: apply ClickPad softbuttons option through fdi file too (fixed version)Peter Hutterer1-0/+4
2014-03-13Revert "conf: apply ClickPad softbuttons option through fdi file too"Peter Hutterer1-4/+0
2014-03-13conf: apply ClickPad softbuttons option through fdi file tooPeter Hutterer1-0/+4
2014-03-12Revert "Add another third state to TouchpadOff for disabling all but button c...Peter Hutterer7-46/+15
2014-03-12Don't allow any type of movement starting in the top softbutton areaStephen Chandler Paul1-1/+2
2014-03-12Replace is_inside_anybutton_area with current_button_areaStephen Chandler Paul2-12/+18
2014-03-12eventcomm: drop mtdevPeter Hutterer3-79/+37
2014-03-12eventcomm: drop some use of mtdevPeter Hutterer1-51/+51
2014-03-11eventcomm: drop calculation of slot offsetPeter Hutterer1-1/+1
2014-03-11eventcomm: fix wrong event code for SYN_REPORTPeter Hutterer1-1/+1
2014-03-11Add property support for secondary (top) software buttonsPeter Hutterer5-27/+59
2014-03-11synaptics: Add support for server managed fdsHans de Goede3-31/+45
2014-02-26man: fix documentation about the new touchpad statePeter Hutterer1-1/+1
2014-02-26Wait for *new* coordinates on a clickpad click before reporting the clickHans de Goede2-2/+10
2014-02-26On button down update cumulative to current x and y, instead of previousHans de Goede1-0/+6
2014-02-26Ignore motion the first X ms after a clickpad clickHans de Goede2-0/+14
2014-02-26Don't report motion inside soft-button areasHans de Goede2-2/+67
2014-02-26Get rid of old_hw_stateHans de Goede2-36/+23
2014-02-26Add an enum for the different soft_button_areasHans de Goede1-13/+22