summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-01-26Add touch device class supportChase Douglas
2012-01-26Allocate axis labels array dynamicallyChase Douglas
2012-01-06Constify priv->deviceDaniel Stone
2012-01-04Remove unused variable 'thr'Peter Hutterer
2012-01-03fix wrong finger width rangeJJ Ding
2011-12-12Revert: "eventcomm: replace synaptics-custom TEST_BIT with server's BitIsOn."Cyril Brulebois
2011-12-01If protocol is auto-dev and the device path is set, unset the protocolPeter Hutterer
2011-12-01Return true/false from SetDeviceAndProtocolPeter Hutterer
2011-10-24Use the scroll distances as increment for scrolling valuator axesPeter Hutterer
2011-10-24Scroll: Initial smooth scrolling supportDaniel Stone
2011-10-24eventcomm: print strerror(errno), not of rcPeter Hutterer
2011-10-18Fix compiler warning - unused variable 'para'Peter Hutterer
2011-10-18Scroll: Prepare ScrollData for smooth scrollingDaniel Stone
2011-10-18Adjust acceleration scheme for input ABI v14Daniel Stone
2011-09-21Extra buttons on Acer Ferrari 4000 laptop touchpad are not recognizedCasper Dik
2011-08-29The correct maximum values for pressure and finger widthAlexandr Shadchin
2011-08-29On/Off hooks to return boolean so we can bail out of the callerAlexandr Shadchin
2011-08-25Fix compiler warning: unused variable "wakupTime"Peter Hutterer
2011-08-25Scroll: Modify ScrollData in repeat_scrollbuttonsDaniel Stone
2011-08-25Scroll: Move coasting variables to priv->scrollDaniel Stone
2011-08-25Scroll: Add last_millis to track scroll event timingDerek Foreman
2011-08-25Scroll: Move scroll_[xya] into new priv->scroll structDaniel Stone
2011-08-25Scroll: Clarify rep_buttons assignmentDaniel Stone
2011-08-25Revise palm check logicDerek Foreman
2011-08-25More accurate extrapolated fake motion eventsDerek Foreman
2011-08-25Replace the motion estimatorDerek Foreman
2011-08-25Update count_packet_finger in store_history, not get_deltaDaniel Stone
2011-08-25Don't store fake events in the motion historyDaniel Stone
2011-08-25Use hardware time where possibleDerek Foreman
2011-08-25Use CARD32 for timestampsDaniel Stone
2011-08-25Introduce POLL_MS for packet frequencyDaniel Stone
2011-08-25Give FingerState enums explicit valuesDaniel Stone
2011-08-25Add HIST_DELTA macro for differences in historyDaniel Stone
2011-08-25Fix pressure->motion property formatDerek Foreman
2011-08-25Properties: Generalise InitTypedAtom from InitAtomDaniel Stone
2011-08-25Bump minimum xorg-server requirement to 1.7Daniel Stone
2011-08-19Shuffle include order aroundDaniel Stone
2011-07-05Revert "build: collapse all Makefile.am files into a single non-recursive one."Gaetan Nadon
2011-05-31Replace xf86Msg with xf86IDrvMsgPeter Hutterer
2011-05-31Export device node as property.Peter Hutterer
2011-05-31Initialize the vendor/product id property if we know either.Peter Hutterer
2011-05-31Modified start_coasting to handle circular scrollingPatrick Curran
2011-05-26Use struct input_id as return value for EVIOCGIDPeter Hutterer
2011-05-15build: collapse all Makefile.am files into a single non-recursive one.Diego Elio Pettenò
2011-04-14Fix egde/edge typo in manpage and comments.Cyril Brulebois
2011-04-04Revert "Default to 2-finger emulation when HW supports it"Chase Douglas
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