summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-28synaptics 1.4.1xf86-input-synaptics-1.4.1synaptics-1.4-branchPeter Hutterer1-1/+1
2011-06-28syndaemon: don't compare against a null-property. (#37459)Peter Hutterer1-3/+2
2011-06-28syndaemon: fix abysimal indentation in dp_get_device.Peter Hutterer1-13/+13
2011-06-28include: update documentation for capabilities propertyPeter Hutterer1-2/+2
2011-06-28Update maintainer informationChristoph Brill1-1/+1
2011-06-28README: fix typos.Diego Elio Pettenò1-2/+2
2011-06-28Fix "nose canellation" typo in man pageAlan Coopersmith1-1/+1
2011-04-18synaptics 1.4.0.901xf86-input-synaptics-1.4.0.901Peter Hutterer1-1/+1
2011-04-18Drain XRecord connection of any events after handling repliesChase Douglas1-0/+8
2011-04-18Fix egde/edge typo in manpage and comments.Cyril Brulebois2-3/+3
2011-04-18eventcomm: add a missing break statementPeter Hutterer1-0/+1
2011-04-18conf: add a descriptive header with warning to example config filePeter Hutterer2-0/+16
2011-04-18conf: remove SHM example from fdiPeter Hutterer1-3/+0
2011-04-18man: add short blurb about InputClass configuration in servers 1.8Peter Hutterer1-0/+6
2011-04-18man: update source path for fdi file and shorten description.Peter Hutterer1-8/+3
2011-04-18Add note about MatchDevicePathChristoph Brill1-0/+4
2011-04-18Fix typo (resx -> resy)Alexandr Shadchin1-1/+1
2011-03-04synaptics 1.4.0xf86-input-synaptics-1.4.0Peter Hutterer1-1/+1
2011-02-28Fix build on BSDJulien Cristau1-2/+2
2011-02-21synaptics 1.3.99.901xf86-input-synaptics-1.3.99.901Peter Hutterer1-1/+1
2011-02-21Stop scrolling if not exactly two fingers on touchpad.Daniel Kurtz1-1/+1
2011-02-21add a few comments to ComputeDeltas()Simon Thum1-2/+7
2011-02-21add some acceleration-related info to the man pageSimon Thum1-0/+7
2011-02-21reshuffle details on acceleration in the man page for increased readabilitySimon Thum1-21/+23
2011-02-21Merge branch 'devel' into mergePeter Hutterer1-73/+105
2011-02-21Add hysteresis-based noise reductionSimon Thum6-8/+96
2011-02-17Factor out edge speed calculation.Peter Hutterer1-35/+43
2011-02-17Factor out delta calculation into a static func.Peter Hutterer1-55/+62
2011-02-17Move delta calculation for trackstick out.Peter Hutterer1-8/+17
2011-02-17Reshuffle ComputeDeltas for less indentation.Peter Hutterer1-71/+79
2011-02-17Don't expect a palm based on pressure (#22806)Peter Hutterer1-2/+0
2011-02-17syndaemon: reset idle time if the system time has changed (#31968)Peter Hutterer1-0/+5
2011-01-31synaptics: detect corner tap using the initial touch positionNicolas Cavallari1-2/+4
2011-01-17syndaemon.c: Add #include <string.h>Alan Coopersmith1-0/+1
2011-01-17synclient.c: Replace old index() function with C89-standard strchr()Alan Coopersmith1-1/+1
2011-01-05Rename SHM functions from alloc/free_param_data to alloc/free_shm_dataPeter Hutterer1-7/+7
2011-01-05Don't report all options unconditionally.Peter Hutterer1-2/+0
2011-01-05Dont report the version explicitly, it's reported in the module blob anyway.Peter Hutterer1-2/+0
2011-01-05Use xf86SetStrOption instead of xf86FindOption for the DevicePeter Hutterer1-2/+2
2011-01-05Remove the need for XI86_CONFIGURED on input-ABI 12Peter Hutterer1-7/+2
2010-12-06syndaemon: decouple background mode from quietnessAlessandro Guido1-5/+10
2010-11-23Fix 64bit arch issue in synaptics eventcomm.cTakashi Iwai1-1/+1
2010-11-02Input API 12 requires a valuator mode for each axis.Peter Hutterer1-2/+10
2010-10-18Remove convert_proc and close_proc.Peter Hutterer1-33/+0
2010-10-18Replace two LocalDevicePtr with InputInfoPtr.Peter Hutterer1-2/+2
2010-10-14don't post motion events if the finger state is FS_UNTOUCHEDJoe Shaw1-4/+6
2010-10-14post absolute coordinate motion events if device mode is absoluteJoe Shaw1-4/+11
2010-10-14track abs/rel mode changes in SwitchMode() instead of ignoring themJoe Shaw2-1/+19
2010-10-06Remove refcnt initialization from InputDriverRec.Peter Hutterer1-1/+0
2010-10-05config: don't autoprobe when device was setGiuseppe Bilotta1-1/+1