summaryrefslogtreecommitdiff
path: root/src/evdev.h
Commit message (Expand)AuthorAgeFilesLines
* touchpad: only reduce the slot count for ALPS serial touchpadsPeter Hutterer2020-03-051-0/+1
* pad: add LIBINPUT_EVENT_TABLET_PAD_KEY for pad keysPeter Hutterer2019-12-041-0/+4
* Add a scroll button lock featurePeter Hutterer2019-10-171-0/+16
* Fixed horizontal scrolling on Logitech MX Master 2S/3Jakub Schmidtke2019-09-301-0/+4
* Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer2019-06-071-1/+4
* tablet: lock the tablet rotation to the touchpad rotationPeter Hutterer2019-05-271-0/+4
* Add a bit() macroPeter Hutterer2019-02-111-33/+33
* evdev: add a rectangle to the touch arbitrationPeter Hutterer2019-01-311-5/+44
* evdev: introduce a touch arbitration enumPeter Hutterer2019-01-311-1/+6
* evdev: don't execute snprintf if not gonna printKonstantin Kharlamov2019-01-171-0/+6
* evdev: inline evdev_log_msg_vaKonstantin Kharlamov2019-01-171-19/+19
* evdev: switch the model flags to use the quirks directlyPeter Hutterer2018-09-201-36/+40
* evdev: align the model flags for easier readingPeter Hutterer2018-09-201-30/+30
* touchpad: make tp_detect_jumps() time-independentPeter Hutterer2018-08-311-0/+1
* Add quirk to control velocity averaging, disable it by defaultKim Lindberger2018-08-221-0/+1
* fallback: move the mt slot state struct/enum herePeter Hutterer2018-08-031-15/+0
* evdev: whitespace fixPeter Hutterer2018-07-161-1/+1
* filter: add a trackpoint multiplier factorPeter Hutterer2018-07-111-1/+1
* udev: drop the JUMPING_SEMI_MT quirk, no-one uses itPeter Hutterer2018-05-311-1/+0
* touchpad: make the dwt paired keyboard list a struct listPeter Hutterer2018-05-301-0/+15
* evdev: add three more Logitech K400-like devices to the debouncing quirkPeter Hutterer2018-05-171-2/+1
* Add libinput_device_touch_get_touch_count()Peter Hutterer2018-05-011-0/+3
* gestures: if two fingers are in definitive pinch position, pinchPeter Hutterer2018-04-261-0/+11
* fallback: Add IBM/Lenovo Scrollpoint mice quirk to enable smooth scrolling.Peter Ganzhorn2018-04-261-0/+1
* evdev: disable ABS_MT_TOOL_PALM on the Lenovo X1 Carbon 6th genPeter Hutterer2018-04-201-0/+1
* evdev: don't suspend keyboard on ThinkPad X1 Yoga 1st in tablet modeDavide Depau2018-04-181-0/+1
* debounce: disable debouncing on the Logitech K400Peter Hutterer2018-04-131-0/+1
* evdev: fix duplicated flag valueTim Richardson2018-04-121-1/+1
* doc: axis overrides need to go to systemd, not libinputPeter Hutterer2018-04-101-1/+1
* Merge branch 'wip/hysteresis-wobbles'Peter Hutterer2018-03-091-0/+3
|\
| * Extract and reset the abs fuzz value for the x/y axesPeter Hutterer2018-03-091-0/+3
* | touchpad: enable palm detection on tablets' touchpadsPeter Hutterer2018-03-051-0/+1
|/
* Introduce omnidirectional (elliptical) hysteresisDaniel van Vugt2018-03-051-32/+62
* evdev: pass the time down to toggle_touchPeter Hutterer2018-02-211-1/+2
* Add a test device for aiptek tabletsPeter Hutterer2018-02-131-0/+1
* evdev: add a quirk to disable debouncing on the MS Nano TranscieversPeter Hutterer2018-02-131-0/+1
* evdev: log all evdev_msg_* on one linePeter Hutterer2018-02-061-12/+11
* Include stdarg.h where variadic functions are usedGreg V2017-12-011-0/+1
* fallback: change to handle the state at EV_SYN timePeter Hutterer2017-11-201-7/+17
* evdev: reduce the number of separate calls to log_msgPeter Hutterer2017-11-141-9/+6
* evdev: document the change-of-directions issue with the hysteresisPeter Hutterer2017-10-311-0/+13
* fallback: move the fallback code into a separate filePeter Hutterer2017-09-251-82/+21
* evdev: abstract the get_switch_state methodPeter Hutterer2017-09-251-0/+5
* fallback: allow for multiple keyboards to toggle the lid switchPeter Hutterer2017-09-251-2/+12
* evdev: add a comment to the toggle_touch interfacePeter Hutterer2017-09-201-0/+2
* evdev: drop unused #define DEFAULT_TRACKPOINT_ACCELPeter Hutterer2017-09-201-6/+0
* evdev: drop unused enum value DISPATCH_LID_SWITCHPeter Hutterer2017-09-201-1/+0
* tablet: add a quirk for the HUION PenTablet that doesn't send proximity out e...Peter Hutterer2017-09-201-0/+1
* touchpad: if a device has a tablet mode switch, disable the touchpadPeter Hutterer2017-09-061-0/+4
* Add support for SW_TABLET_MODEPeter Hutterer2017-09-061-0/+5