summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-10touchpad: init a default hysteresis for ALPS rushmore touchpadsPeter Hutterer1-0/+1
2016-02-04touchpad: drop motion hysteresis by defaultPeter Hutterer1-0/+1
2016-02-01evdev: disable the mode button on the Cyborg RAT 5Peter Hutterer1-0/+36
2016-01-22tablet: hook up relative motion eventsPeter Hutterer1-0/+13
2016-01-19Merge branch 'master' into tablet-supportPeter Hutterer1-1/+18
2016-01-12evdev: only reject devices with missing MT x/y if they're MT devicesPeter Hutterer1-1/+2
2016-01-11touchpad: fix DWT pairing for Macbook Pro 2015Caibin Chen1-0/+1
2015-12-18evdev: drain any pending evdev events on a devicePeter Hutterer1-0/+15
2015-12-14Merge branch 'master' into tablet-supportPeter Hutterer1-0/+1
2015-12-14touchpad: add a special quirk for the Lenovo x220 with updated firmwarePeter Hutterer1-0/+1
2015-12-09Merge branch 'master' into tablet-supportPeter Hutterer1-2/+23
2015-12-09tablet: enable the calibration matrix for internal tabletsPeter Hutterer1-1/+1
2015-12-09evdev: make evdev_transform_absolute available within libinputPeter Hutterer1-7/+7
2015-12-07touchpad: don't set the axis for a 0.0 value in a scroll eventPeter Hutterer1-1/+8
2015-12-03Ignore BTN_TOOL_* events when posting button eventsPeter Hutterer1-1/+15
2015-11-24Merge branch 'master' into tablet-supportPeter Hutterer1-11/+26
2015-11-18tablet: rename the tablet capability to a tablet_tool capabilityPeter Hutterer1-1/+1
2015-10-30evdev: init pointer acceleration for any device with pointer cap and rel x/yPeter Hutterer1-5/+10
2015-10-28evdev: don't handle motion events if the device isn't a pointer devicePeter Hutterer1-0/+3
2015-10-28evdev: log a bug for missing pointer accel on relative eventsPeter Hutterer1-5/+12
2015-10-28evdev: whitespace fixPeter Hutterer1-1/+1
2015-10-21Merge branch 'master' into tablet-supportPeter Hutterer1-40/+103
2015-09-11Add an API to change pointer acceleration profilesPeter Hutterer1-26/+92
2015-09-10Fix leaking device groupsPeter Hutterer1-14/+4
2015-09-01evdev: ignore accelerometer devicesPeter Hutterer1-0/+7
2015-08-26Merge branch 'master' into tablet-supportPeter Hutterer1-27/+44
2015-08-20Add log_*_ratelimit wrappersPeter Hutterer1-29/+8
2015-08-20evdev: drop relative x/y motion from a device not marked as pointerPeter Hutterer1-0/+35
2015-08-17Merge branch 'filter-us-ms-cleanup'Peter Hutterer1-10/+12
2015-08-12filter: split trackpoint acceleration outPeter Hutterer1-1/+3
2015-08-12touchpad: enable natural scrolling for edge scrollingPeter Hutterer1-1/+1
2015-08-11filter: revamp to create device-specific filters, rather than accel functionsPeter Hutterer1-9/+9
2015-08-11evdev: split scroll threshold and direction lock threshold into twoPeter Hutterer1-2/+3
2015-08-04Merge branch 'master' into tablet-supportPeter Hutterer1-8/+9
2015-08-03touchpad: elantech touchpads can use a 2mm gesture motion thresholdPeter Hutterer1-0/+1
2015-07-31touchpad: move CAP_GESTURE assignment to the touchpad codePeter Hutterer1-1/+0
2015-07-28Change to micro seconds for measuring time internallyJonas Ådahl1-4/+4
2015-07-28Always use uint64_t for internal timestamp valuesJonas Ådahl1-3/+3
2015-07-27touchpad: disable 2fg scrolling on Synaptics semi-mt touchpadsPeter Hutterer1-0/+1
2015-07-24Merge branch 'master' into tablet-supportPeter Hutterer1-13/+38
2015-07-22Tag synaptics serial touchpads with a LIBINPUT_MODEL tagPeter Hutterer1-0/+1
2015-07-22evdev: allow for multiple LIBINPUT_MODEL_* flags per devicePeter Hutterer1-5/+6
2015-07-21evdev: restore pointing stick const accel property parsingPeter Hutterer1-4/+5
2015-07-21Mark internal log functions with attribute(printf)Peter Hutterer1-1/+2
2015-07-21evdev: log a trackpoint const accel settingPeter Hutterer1-0/+3
2015-07-15evdev: parse LIBINPUT_ATTR_RESOLUTION_HINTPeter Hutterer1-3/+21
2015-07-14Merge branch 'master' into tablet-supportPeter Hutterer1-39/+40
2015-07-14evdev: use LIBINPUT_ATTR_SIZE_HINT for resolutionsPeter Hutterer1-2/+34
2015-07-09evdev: simplify setting a fake resolutionPeter Hutterer1-43/+12
2015-07-08Merge branch 'master' into tablet-supportPeter Hutterer1-0/+3