summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-17evdev: fix the trackpoint multiplier info messagePeter Hutterer1-1/+1
2018-07-11filter: add a trackpoint multiplier factorPeter Hutterer1-42/+19
2018-06-08Switch from udev property parsing to the quirks systemPeter Hutterer1-49/+106
2018-06-04Revert "udev: copy the trackpoint sensitivity directly from sysfs"Peter Hutterer1-2/+2
2018-06-04evdev: don't allow a trackpoint range of 0Peter Hutterer1-0/+5
2018-05-31udev: drop the JUMPING_SEMI_MT quirk, no-one uses itPeter Hutterer1-1/+0
2018-05-21Revert "Expose a custom acceleration profile"Peter Hutterer1-27/+2
2018-05-17evdev: add three more Logitech K400-like devices to the debouncing quirkPeter Hutterer1-2/+1
2018-05-14evdev: drop the arbitrary trackpoint range maximumPeter Hutterer1-2/+1
2018-05-03udev: copy the trackpoint sensitivity directly from sysfsPeter Hutterer1-2/+2
2018-05-03evdev: mask out MSC_TIMESTAMP, we don't need itPeter Hutterer1-0/+3
2018-05-02Merge branch 'wip/custom-pointer-acceleration-function-v2'Peter Hutterer1-2/+27
2018-05-01Add libinput_device_touch_get_touch_count()Peter Hutterer1-0/+22
2018-04-26Expose a custom acceleration profilePeter Hutterer1-2/+27
2018-04-26fallback: Add IBM/Lenovo Scrollpoint mice quirk to enable smooth scrolling.Peter Ganzhorn1-0/+1
2018-04-20evdev: disable ABS_MT_TOOL_PALM on the Lenovo X1 Carbon 6th genPeter Hutterer1-0/+8
2018-04-18evdev: don't suspend keyboard on ThinkPad X1 Yoga 1st in tablet modeDavide Depau1-0/+1
2018-04-16Remove some duplicate empty linesPeter Hutterer1-1/+0
2018-04-13evdev: add a run-time check to avoid re-using model flagsPeter Hutterer1-0/+7
2018-04-13evdev: remove duplicate MODEL entry in the model parsingPeter Hutterer1-1/+0
2018-04-13debounce: disable debouncing on the Logitech K400Peter Hutterer1-0/+1
2018-04-12evdev: return an error if the profile change failedPeter Hutterer1-0/+1
2018-04-12evdev: break up a long linePeter Hutterer1-2/+4
2018-03-23evdev: point users to the trackpoint documentation for missing rangesPeter Hutterer1-0/+6
2018-03-23evdev: add another debug message for the trackpoint sensitivityPeter Hutterer1-0/+4
2018-03-09Merge branch 'wip/hysteresis-wobbles'Peter Hutterer1-0/+39
2018-03-09Extract and reset the abs fuzz value for the x/y axesPeter Hutterer1-0/+39
2018-03-05touchpad: enable palm detection on tablets' touchpadsPeter Hutterer1-0/+8
2018-02-23evdev: remove excessive debugging outputPeter Hutterer1-1/+1
2018-02-21touchpad: delay arbitration by 90ms after touch togglePeter Hutterer1-1/+1
2018-02-13Add a test device for aiptek tabletsPeter Hutterer1-0/+7
2018-02-13evdev: add a quirk to disable debouncing on the MS Nano TranscieversPeter Hutterer1-0/+1
2018-02-13evdev: fail before open_restricted if the devnode doesn't existPeter Hutterer1-0/+8
2018-02-05evdev: whitespace fixPeter Hutterer1-1/+1
2017-11-14evdev: fix axis mixup for the wheel click anglesPeter Hutterer1-5/+5
2017-11-09evdev: print the timestamps for events when debugging eventsPeter Hutterer1-8/+35
2017-09-25fallback: move the fallback code into a separate filePeter Hutterer1-1569/+9
2017-09-25evdev: rename evdev_key_type to just key_typePeter Hutterer1-23/+23
2017-09-25evdev: abstract the get_switch_state methodPeter Hutterer1-1/+13
2017-09-25Use named initializers for the various dispatch interfacesPeter Hutterer1-10/+10
2017-09-25evdev: change prefix on some fallback-only methodsPeter Hutterer1-15/+15
2017-09-25fallback: allow for multiple keyboards to toggle the lid switchPeter Hutterer1-24/+67
2017-09-21timer: flush the timer funcs if our events come in latePeter Hutterer1-0/+1
2017-09-21evdev: update key type check for new key definesPeter Hutterer1-1/+1
2017-09-20evdev: add a comment to the toggle_touch interfacePeter Hutterer1-1/+1
2017-09-20tablet: add a quirk for the HUION PenTablet that doesn't send proximity out e...Peter Hutterer1-0/+1
2017-09-18evdev: remove duplicate device name in log messagePeter Hutterer1-3/+1
2017-09-06touchpad: if a device has a tablet mode switch, disable the touchpadPeter Hutterer1-0/+19
2017-09-06Add support for SW_TABLET_MODEPeter Hutterer1-11/+46
2017-09-06evdev: move lid code to the fallback interfacePeter Hutterer1-9/+230