summaryrefslogtreecommitdiff
path: root/src/eventcomm.c
AgeCommit message (Expand)Author
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
2011-08-25Use hardware time where possibleDerek Foreman
2011-05-31Replace xf86Msg with xf86IDrvMsgPeter Hutterer
2011-05-31Initialize the vendor/product id property if we know either.Peter Hutterer
2011-05-26Use struct input_id as return value for EVIOCGIDPeter Hutterer
2011-04-04Don't autoprobe for devices when Option Device is set.Peter Hutterer
2011-03-31eventcomm: fix indentation in EventAutoDevProbePeter Hutterer
2011-03-31eventcomm: move need_grab into a proto-specific struct.Peter Hutterer
2011-03-28eventcomm: untangle state setting from printing device infoPeter Hutterer
2011-03-28eventcomm: print an error when axis range failed.Peter Hutterer
2011-03-28eventcomm: streamline absinfo retrieval.Peter Hutterer
2011-03-28eventcomm: rewrite event_query_info to something more sanePeter Hutterer
2011-03-28eventcomm: document event_query_is_touchpadPeter Hutterer
2011-03-28eventcomm: rename parameter name grab to test_grabPeter Hutterer
2011-03-28eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn.Peter Hutterer
2011-03-28eventcomm: extern EventReadHwState to allow for testing.Peter Hutterer
2011-03-28eventcomm: factor out finger counting.Peter Hutterer
2011-03-28eventcomm: add a missing break statementPeter Hutterer
2011-03-18Revert "Add synaptics orientation support"Peter Hutterer