evdev: casting unsigned int to int to compare value
[platform/upstream/libinput.git] / src / evdev-fallback.c
2023-01-27 JengHyun Kangevdev: casting unsigned int to int to compare value
2023-01-27 JengHyun Kangevdev: free aux_data list when device is destroy
2023-01-27 Sung-Jin Parkevdev: remove unreachable code and add exception handli...
2023-01-27 JengHyun Kangsupport a AUX code events generated from EV_ABS
2023-01-27 JengHyun KangRemove unnecessary ttrace and add ttrace logs to anothe...
2023-01-27 JengHyun KangAdd ttrace
2023-01-27 JengHyun KangAdd a patch for support extra touch events.
2022-09-07 Peter Huttererevdev: use filter_dispatch_constant() for the lenovo...
2022-09-07 Peter Huttererevdev: use filter_dispatch_constant() for button scrolling
2022-09-07 Peter Huttererevdev: rename post_trackpoint_scroll to post_button_scroll
2021-12-30 José Expósitowheel: allow to scroll while middle button is pressed
2021-11-08 José Expósitowheel: ignore initial small scroll deltas
2021-11-08 José Expósitowheel: centralize wheel handling
2021-09-27 José Expósitofallback: hires scroll heuristics for buggy devices
2021-08-31 Peter HuttererHigh-resolution scroll wheel support
2021-08-24 José Expósitoquirks: Lenovo Trackpoint Keyboard II
2021-07-22 Peter HuttererReplace fallthrough comments with __attribute__((fallth...
2021-03-17 JoseExpositofallback: disable mouse scroll wheel while middle butto...
2021-03-17 JoseExpositofallback: replace fallback_dispatch->wheel with an...
2021-03-02 Konstantin Kharlamovtreewide: get rid of `tmp` argument in list_for_each_safe
2020-06-03 Peter Huttererfallback: add missing curly braces to match the coding...
2020-05-21 Peter HuttererDeprecate wheel tilt as separate axis source
2020-01-20 A. Wilcoxevdev-fallback: Use input_event_init for fallback
2019-10-24 Peter Huttererfallback: fix a coverity warning
2019-10-17 Peter HuttererAdd a scroll button lock feature
2019-10-16 Peter Huttererfallback: don't send a single-touch motion if we just...
2019-05-28 Peter Huttererquirks: add trackpoint integration attribute
2019-05-26 Peter Huttererfallback: make a debug log prefix more consistent
2019-04-11 Jason Gereckefallback: Fix ubsan runtime error
2019-03-04 Peter Huttererfallback: fix grammar in comment
2019-02-11 Peter Huttererfallback: cancel the arbitration timer on device remove
2019-02-11 Peter HuttererDrop the AS_MASK macro, replace with bit
2019-02-05 Peter Huttererfallback: fix a comment typo
2019-01-31 Peter Hutterertablet: add tilt-based touch arbitration for screen...
2019-01-31 Peter Huttererevdev: add a rectangle to the touch arbitration
2019-01-31 Peter Huttererfallback: force the palm state to PALM_NONE on touch...
2019-01-31 Peter Huttererevdev: introduce a touch arbitration enum
2019-01-31 Peter Huttererfallback: add timer-based touch arbitration
2019-01-31 Peter Huttererfallback: when force-releasing keys, release them directly
2018-09-27 Peter Huttererfallback: cancel touches, don't just release them when...
2018-09-20 Peter Huttererevdev: switch the model flags to use the quirks directly
2018-08-26 Peter Huttererfallback: explicitly ignore external keyboards for...
2018-08-03 Peter Huttererfallback: add support for ABS_MT_TOOL_TYPE for touch...
2018-08-03 Peter Huttererfallback: move flushing MT events to a helper function
2018-08-03 Peter Huttererfallback: change a list of if conditions to a switch...
2018-08-02 Peter Huttererfallback: add another debug message for tablet-mode...
2018-08-02 Peter Huttererfallback: change a debug message to be less ambiguous
2018-06-29 Peter Huttererfallback: cancel the debounce timers during device...
2018-05-29 Peter Hutterertouchpad: make the dwt paired keyboard list a struct...
2018-05-29 Peter Huttererfallback: make the paired keyboard list a struct list
2018-04-25 Peter Ganzhornfallback: Add IBM/Lenovo Scrollpoint mice quirk to...
2018-04-18 Davide Depauevdev: don't suspend keyboard on ThinkPad X1 Yoga 1st...
2018-04-16 Peter HuttererRemove some duplicate empty lines
2018-03-09 Peter HuttererMerge branch 'wip/hysteresis-wobbles'
2018-03-08 Peter Huttererfallback: fix touchscreen defuzzing
2018-03-05 Daniel van VugtIntroduce omnidirectional (elliptical) hysteresis
2018-02-21 Peter Huttererevdev: pass the time down to toggle_touch
2018-01-23 Peter Huttererfallback: remove unused DEBOUNCE_TIME setting
2017-12-08 Peter Huttererfallback: send key events out immediately upon receivin...
2017-11-20 Peter HuttererMerge branch 'wip/button-debouncing-v3'
2017-11-19 Peter Huttererevdev: add new debouncing code
2017-11-19 Peter Huttererfallback: change to handle the state at EV_SYN time
2017-11-19 Peter Huttererfallback: create the evdev-fallback.h header file
2017-11-16 Peter Huttererfallback: log an error if we failed to write the switch...
2017-11-14 Peter Huttererevdev: fix axis mixup for the wheel click angles
2017-10-27 Peter Huttererfallback: fix lid switch event listener being initializ...
2017-09-25 Peter Huttererfallback: suspend internal keyboards and trackpoints...
2017-09-25 Peter Huttererfallback: add 'interface' to the fallback interface...
2017-09-25 Peter Huttererfallback: move the fallback code into a separate file