evdev: use a different filter for low resolution touchpad on the Lenovo X230
[platform/upstream/libinput.git] / src / evdev.c
2015-04-27 Benjamin Tissoiresevdev: use a different filter for low resolution touchp...
2015-04-23 Peter Huttererevdev: add support for LIBINPUT_MODEL_* udev tags
2015-04-23 Peter HuttererAdd libinput_device_keyboard_has_key()
2015-04-22 Hans de Goedeevdev: Add support for POINTINGSTICK_CONST_ACCEL udev...
2015-04-21 Peter Huttererevdev: accept but disable ABS_MISC and above for min...
2015-04-17 Peter Huttererevdev: enable middle button configuration on some devices
2015-04-17 Peter Huttererevdev: add support for middle button emulation
2015-04-17 Peter Huttererevdev: add evdev_pointer_notify_physical_button
2015-04-15 Peter Huttererevdev: merge two conditions into one with a sub condition
2015-04-15 Peter Huttererevdev: add a event-debugging log statement (ifdef'd...
2015-04-13 Peter Huttererevdev: any scroll device must have CAP_POINTER
2015-04-09 Peter Huttererevdev: reject devices with only one of x/y resolution
2015-04-08 Peter Huttererevdev: fix inverted mouse normalization
2015-04-08 Peter Huttererevdev: if a keyboard has a scroll wheel, allow natural...
2015-04-08 Peter Huttererevdev: fix handling of fake MT devices without ABS_X/Y
2015-04-08 Peter Huttererevdev: fix crash for missing ABS_X/Y
2015-03-25 Hans de GoedeAdd a normalized_is_zero helper function
2015-03-23 Peter Huttererevdev: reject devices with a min == max axis range
2015-03-19 Peter Huttererfilter: switch to normalized_coords
2015-03-17 Peter Huttererevdev: factor out setting up the MT slots/mtdev
2015-03-17 Peter Huttererevdev: refactor fake resolution setting
2015-03-17 Peter HuttererPush the touchpad magic slowdown to the touchpad accel...
2015-03-17 Peter Huttererevdev: don't try to fix abs devices without x/y
2015-03-17 Peter Huttererevdev: add evdev_reject_device to reject a couple of...
2015-03-17 Peter Huttererevdev: fix android MT devices
2015-03-16 Peter HuttererAdd another data type for discrete coordinates
2015-03-16 Peter HuttererUse typesafe coordinates in touch events
2015-03-16 Peter HuttererUse typesafe coords in motion events
2015-03-16 Peter HuttererUse typesafe coordinates for scrolling events
2015-03-16 Peter Huttererevdev: start introducing some type-safety for device...
2015-03-16 Peter Huttererevdev: add helper function to normalize delta coordinates
2015-03-02 Peter Huttererevdev: ignore tablet pad devices explicitly
2015-03-02 Peter Huttererevdev: force-assign 10 slots to mtdev devices
2015-02-18 Peter Huttererevdev: check the first parent of the event node for...
2015-02-18 Benjamin TissoiresUse LIBINPUT_DEVICE_GROUP from udev as group identifier
2015-02-11 Peter Huttererevdev: add missing %s for accelerometer tagging
2015-02-08 Peter Huttererevdev: switch to using udev's device tagging system
2015-02-08 Benjamin Tissoiresevdev: retrieve udev tags
2015-02-06 Peter HuttererIntroduce device groups to group logical devices together
2015-02-03 Peter HuttererDon't init pointer acceleration on absolute devices
2015-02-03 Peter Huttererevdev: set the default speed after initializing ptraccel
2015-02-03 Peter Hutterercosmetic: remove double empty-line
2015-01-22 Hans de Goedeevdev: Be more careful about what we consider a joystick
2015-01-15 Stephen Chandler... Rename functions for left handed device configurations
2015-01-15 Peter HuttererMerge branch 'merged-scroll-events'
2015-01-14 Peter HuttererAdd libinput_event_pointer_get_axis_value_discrete...
2015-01-13 Peter HuttererChange axis events to carry all directions
2015-01-13 Peter HuttererParse the MOUSE_WHEEL_CLICK_ANGLE udev property if...
2015-01-13 Peter HuttererChange the scroll step distance to 15 and document...
2014-12-24 Peter HuttererAdd pointer axis sources to the API
2014-12-11 Peter HuttererDrop deprecated symbols
2014-12-10 Carlos Garnachoevdev: Ensure the libevdev object receives the new...
2014-12-09 Hans de Goedeevdev: Add a remove callback to the evdev_dispatch_inte...
2014-12-08 Carlos Garnachoevdev: Remove double-semicolon
2014-12-05 Jonas ÅdahlIntroduce unaccelerated motion event vectors
2014-12-02 Peter HuttererAdd a function to retrieve the udev_device handle from...
2014-12-02 Peter HuttererMove DEFAULT_MOUSE_DPI to filter.h
2014-12-02 Derek Foremanevdev: Query mouse DPI from udev
2014-11-26 Derek Foremanevdev: Fix uninitialized variable warning
2014-11-25 Krzysztof A. SobieckiIgnore devices that have joystick buttons
2014-11-25 Peter Huttererevdev: remove a race condition opening the wrong device
2014-11-25 Peter Huttererevdev: use a udev_device instead of separate sysname...
2014-11-24 Peter HuttererRename scroll_mode to scroll_method
2014-11-21 Peter Huttererevdev: fix leaking file descriptor
2014-11-19 Peter Huttererevdev: enable natural scrolling for all pointer devices
2014-11-19 Peter Huttererevdev: move natural scrolling configuration into evdev
2014-11-19 Peter Huttererevdev: move calibration/sendevents config init into...
2014-11-18 Peter Huttererevdev: fix indentation on an if condition
2014-11-18 Peter Huttererevdev: add missing break
2014-11-11 Hans de Goedeevdev: Hookup scroll mode configuration
2014-11-11 Hans de Goedeevdev: Add evdev_any_button_down helper function
2014-11-11 Hans de GoedeAdd libinput_device_has_button function
2014-11-11 Peter Huttererevdev: use distance triggers to start scrolling
2014-11-11 Peter Huttererevdev: use fabs(x) instead of (x <= -a || x >= a)
2014-11-11 Peter Huttererevdev: move scroll flag setting/check into a helper...
2014-11-10 Peter Huttererevdev: don't ignore REL_HWHEEL values over 1
2014-11-07 Peter HuttererMerge branch 'for-peter' of git://people.freedesktop...
2014-11-06 David Herrmannevdev: ratelimit SYN_DROPPED logging
2014-11-06 Peter Huttererevdev: handle fake MT devices
2014-11-06 Peter Huttererevdev: move a comment to where it belongs
2014-11-06 Peter Huttererevdev: factor out resolution changing code
2014-11-06 Peter HuttererChange sendevents configuration to use bitmasks
2014-10-31 Derek Foremanevdev: add DPI to evdev calculations
2014-10-31 Derek Foremanfilter: Fix typo
2014-10-31 Derek Foremanevdev: Log evdev event queue overflows
2014-10-06 Derek Foremancosmetic: convert evdev_need_touch_frame from int to...
2014-09-23 Peter Huttererevdev: hook up left-handed configuration option
2014-09-23 Peter Hutterertouchpad: hook up pointer acceleration configuration
2014-09-23 Peter Huttererevdev: hook into pointer acceleration config interface
2014-09-23 Peter HuttererReplace pointer acceleration with a much simpler linear one
2014-09-18 Peter Hutterertouchpad: Keep track of associated trackpoint device
2014-09-18 Hans de Goedeevdev: Add an internal device suspend / resume notifica...
2014-09-18 Hans de Goedeevdev: Add middle button scrolling for trackpoints
2014-09-18 Hans de Goedeevdev: Move generic scroll code from evdev-mt-touchpad...
2014-09-18 Peter Huttererevdev: add internal tagging system
2014-09-18 Peter Huttererevdev: add a internal device notification mechanism
2014-09-18 Peter Huttererevdev: drop the button count when releasing keys on...
2014-09-18 Peter Huttererevdev: don't resume a removed device
2014-09-18 Peter Huttererevdev: hook up a generic enable/disable interface for...
2014-09-18 Peter Huttererevdev: add helper function evdev_need_mtdev
next