summaryrefslogtreecommitdiff
path: root/src/eventcomm.c
AgeCommit message (Expand)Author
2013-12-09eventcomm: ungrab the device on DeviceOffPeter Hutterer
2013-03-25eventcomm: print axis resolution to the logPeter Hutterer
2013-01-02Free mtdev device as well as closing itDaniel Stone
2012-08-10Use LogMessageVerbSigSafe on ABI 18Peter Hutterer
2012-06-22eventcomm: proto_data is not null, don't checkPeter Hutterer
2012-06-22eventcomm: simplify conditionsPeter Hutterer
2012-06-12Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devicesChase Douglas
2012-06-05Move properties header to where it's neededPeter Hutterer
2012-05-31Un-typedef model_lookup_tPeter Hutterer
2012-05-15Remove defunct HAVE_MULTITOUCH compiler warningPeter Hutterer
2012-05-15Ignore pre-existing touchesChase Douglas
2012-05-10Move synaptics.h leftovers to synapticsstr.h, drop synaptics.hPeter Hutterer
2012-05-10Require xserver 1.12 and inputproto 2.2Peter Hutterer
2012-05-10Update various Red Hat copyrightsPeter Hutterer
2012-05-10Indent consistentlyPeter Hutterer
2012-05-02Force SLOTSTATE_EMPTY on DeviceOffPeter Hutterer
2012-04-26Init num_touches to 0 on startPeter Hutterer
2012-04-26Reset touch state on DeviceOff (#49161)Peter Hutterer
2012-04-13Use maximum number of touches reported by evdevChase Douglas
2012-04-10Check touch record bounds before accessChase Douglas
2012-03-26Count number of multitouch touches for multitouch finger countChase Douglas
2012-03-26Define various EVIOCGPROP bits if non-existentPeter Hutterer
2012-03-22Keep track of which touch slots are openChase Douglas
2012-03-14Calculate touch data for semi-mt devices, but don't send touch eventsChase Douglas
2012-03-14Add cumulative_d{x,y} to SynapticsHwStateChase Douglas
2012-03-14Add clickpad device propertyChase Douglas
2012-03-14Move st->mt scaling to helper functionPeter Hutterer
2012-03-14Use arrays for st->mt scalingPeter Hutterer
2012-03-13Always require mtdev on eventcommPeter Hutterer
2012-03-05Implement a workaround for Elantech touchpadsPeter Zotov
2012-02-20Fix build error if HAVE_MTDEV is falsePeter Hutterer
2012-02-16Prefer multitouch over single-touch axis rangesChase Douglas
2012-02-11Move X touch event processing into synaptics.cChase 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 SynapticsPrivate.comm->hwStateChase Douglas
2012-02-10Allocate proto data in eventcomm-testChase Douglas
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-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-03fix wrong finger width rangeJJ Ding
2011-12-12Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."Cyril Brulebois
2011-10-24eventcomm: print strerror(errno), not of rcPeter Hutterer
2011-08-29On/Off hooks to return boolean so we can bail out of the callerAlexandr Shadchin