summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-input_id.c
Commit message (Expand)AuthorAgeFilesLines
* udev: don't label high-button mice as joysticks (#8493)Peter Hutterer2018-03-231-7/+15
* udev: don't assign INPUT_ID_MOUSE to a touchpad/joystick/touchscreen (#8259)Peter Hutterer2018-02-231-1/+2
* cocci: use strempty() at more placesLennart Poettering2018-01-101-2/+1
* Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* udev: move the KEY_* defines to missing.h (#6278)Peter Hutterer2017-07-041-11/+1
* udev: define BTN_DPAD_RIGHT if not present (#6267)Peter Hutterer2017-07-031-0/+1
* Include dpad buttons in joystick detection (#6240)hramrach2017-06-301-0/+2
* input_id: fix button detectionMichal Suchanek2017-06-271-13/+9
* input_id: fix detection of devices with mouse buttonsMichal Suchanek2017-06-271-1/+3
* udev: always consider devices with joystick axes/buttons as joystickPeter Hutterer2017-06-221-1/+4
* udev: consider a device with BTN_TRIGGER_HAPPY as joystickPeter Hutterer2017-06-221-0/+1
* Remove BTN_DPAD_* keys from ID_INPUT_KEY test (#5701)Nathaniel R. Lewis2017-04-061-6/+30
* udev: add ID_INPUT_SWITCH for devices with switch capability (#5057)Peter Hutterer2017-01-101-0/+3
* Fix tablet detection, by replicating decision tree of non-multi-touch axes (#...Andreas Pokorny2016-07-141-2/+8
* tree-wide: minor formatting inconsistency cleanupsVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: use xsprintf() where applicableDaniel Mack2016-01-121-4/+6
* udev: Fix touch screen detectionAndreas Pokorny2016-01-011-2/+2
* udev: add emacs header lineZbigniew Jędrzejewski-Szmek2015-12-071-0/+2
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-3/+4
* udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devicesAndreas Pokorny2015-06-031-0/+4
* udev: input_id - use direct property and mt axis for touch screen detectionAndreas Pokorny2015-06-031-1/+7
* udev: input_id - refactor device detectionAndreas Pokorny2015-06-031-62/+72
* udev: add some assertsTom Gundersen2015-06-021-0/+2
* input_id: Identify scroll-wheel device on Trust TB7300 tablet as keyboardHans de Goede2015-04-141-3/+10
* udev: input_id: Make test_pointer / test_keys return if they've found anythingHans de Goede2015-04-141-26/+48
* udev: input_id: whitespace fixesPeter Hutterer2015-04-141-40/+40
* udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETERHans de Goede2015-04-071-0/+5
* udev: input_id: tag pointing sticks as ID_INPUT_POINTINGSTICKPeter Hutterer2015-04-071-1/+8
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* udev: merge evdev_id into input_idDavid Herrmann2015-01-151-14/+49
* udev: fix NULL-ptr derefDavid Herrmann2015-01-151-1/+7
* udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering2015-01-051-1/+1
* udev: place opening { at the same line as the function declarationKay Sievers2014-07-291-8/+4
* input_id: Recognize buttonless joystick typesMartin Pitt2014-03-101-4/+15
* macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering2014-02-201-4/+4
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-311-1/+1
* log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering2013-12-241-7/+7
* use the same email address everywhereKay Sievers2012-11-121-1/+1
* udev: silent gcc warningsKay Sievers2012-05-251-1/+1
* udev: fix gcc warnings showing up after adding $(AM_CFLAGS)Kay Sievers2012-04-101-2/+3
* udev: switch to systemd logging functionsKay Sievers2012-04-081-8/+8
* move imported udev into placeKay Sievers2012-04-041-0/+218