summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-input_id.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+2
* udev: modernize udev-rules.cYu Watanabe2019-06-021-1/+1
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-1/+1
* udev-builtin-input_id: update log messagesYu Watanabe2018-10-241-17/+17
* udev-builtin: propagate negative errnoYu Watanabe2018-10-231-1/+1
* udev: replace udev_device by sd_device from prototype of udev builtin commandsYu Watanabe2018-10-231-2/+2
* udev: replace udev_device by sd_device in udev-builtin-input_id.cYu Watanabe2018-10-231-30/+39
* udev: make udev_builtin_add_property() take sd_device instead of udev_deviceYu Watanabe2018-10-231-14/+14
* udev-builtin: move definitions related to builtin commands to udev-builtin.hYu Watanabe2018-10-111-1/+1
* tree-wide: drop empty lines in commentsYu Watanabe2018-07-231-1/+0
* tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek2018-06-221-1/+0
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-2/+0
* Drop more license boilerplateZbigniew Jędrzejewski-Szmek2018-06-141-12/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-5/+5
* Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek2018-06-041-1/+1
* 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