summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-input_id.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-24udev-builtin-input_id: update log messagesYu Watanabe1-17/+17
2018-10-23udev-builtin: propagate negative errnoYu Watanabe1-1/+1
2018-10-23udev: replace udev_device by sd_device from prototype of udev builtin commandsYu Watanabe1-2/+2
2018-10-23udev: replace udev_device by sd_device in udev-builtin-input_id.cYu Watanabe1-30/+39
2018-10-23udev: make udev_builtin_add_property() take sd_device instead of udev_deviceYu Watanabe1-14/+14
2018-10-11udev-builtin: move definitions related to builtin commands to udev-builtin.hYu Watanabe1-1/+1
2018-07-23tree-wide: drop empty lines in commentsYu Watanabe1-1/+0
2018-06-22tree-wide: drop copyright lines for more authorsZbigniew Jędrzejewski-Szmek1-1/+0
2018-06-20tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek1-2/+0
2018-06-14Drop more license boilerplateZbigniew Jędrzejewski-Szmek1-12/+0
2018-06-14tree-wide: use proper unicode © instead of (C) where we canLennart Poettering1-5/+5
2018-06-04Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek1-1/+1
2018-03-23udev: don't label high-button mice as joysticks (#8493)Peter Hutterer1-7/+15
2018-02-23udev: don't assign INPUT_ID_MOUSE to a touchpad/joystick/touchscreen (#8259)Peter Hutterer1-1/+2
2018-01-10cocci: use strempty() at more placesLennart Poettering1-2/+1
2017-11-19Add SPDX license identifiers to source files under the GPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-07-04udev: move the KEY_* defines to missing.h (#6278)Peter Hutterer1-11/+1
2017-07-03udev: define BTN_DPAD_RIGHT if not present (#6267)Peter Hutterer1-0/+1
2017-06-30Include dpad buttons in joystick detection (#6240)hramrach1-0/+2
2017-06-27input_id: fix button detectionMichal Suchanek1-13/+9
2017-06-27input_id: fix detection of devices with mouse buttonsMichal Suchanek1-1/+3
2017-06-22udev: always consider devices with joystick axes/buttons as joystickPeter Hutterer1-1/+4
2017-06-22udev: consider a device with BTN_TRIGGER_HAPPY as joystickPeter Hutterer1-0/+1
2017-04-06Remove BTN_DPAD_* keys from ID_INPUT_KEY test (#5701)Nathaniel R. Lewis1-6/+30
2017-01-10udev: add ID_INPUT_SWITCH for devices with switch capability (#5057)Peter Hutterer1-0/+3
2016-07-14Fix tablet detection, by replicating decision tree of non-multi-touch axes (#...Andreas Pokorny1-2/+8
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo1-1/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack1-4/+6
2016-01-01udev: Fix touch screen detectionAndreas Pokorny1-2/+2
2015-12-07udev: add emacs header lineZbigniew Jędrzejewski-Szmek1-0/+2
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering1-0/+1
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-3/+4
2015-06-03udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devicesAndreas Pokorny1-0/+4
2015-06-03udev: input_id - use direct property and mt axis for touch screen detectionAndreas Pokorny1-1/+7
2015-06-03udev: input_id - refactor device detectionAndreas Pokorny1-62/+72
2015-06-02udev: add some assertsTom Gundersen1-0/+2
2015-04-14input_id: Identify scroll-wheel device on Trust TB7300 tablet as keyboardHans de Goede1-3/+10
2015-04-14udev: input_id: Make test_pointer / test_keys return if they've found anythingHans de Goede1-26/+48
2015-04-14udev: input_id: whitespace fixesPeter Hutterer1-40/+40
2015-04-07udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETERHans de Goede1-0/+5
2015-04-07udev: input_id: tag pointing sticks as ID_INPUT_POINTINGSTICKPeter Hutterer1-1/+8
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek1-1/+1
2015-01-15udev: merge evdev_id into input_idDavid Herrmann1-14/+49
2015-01-15udev: fix NULL-ptr derefDavid Herrmann1-1/+7
2015-01-05udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering1-1/+1
2014-07-29udev: place opening { at the same line as the function declarationKay Sievers1-8/+4
2014-03-10input_id: Recognize buttonless joystick typesMartin Pitt1-4/+15
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering1-4/+4
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-1/+1