summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-input_id.c
Commit message (Expand)AuthorAgeFilesLines
* udev: make udev_builtin_run() take UdevEvent*Yu Watanabe2023-05-161-4/+2
* udev: Don't mark as tablet if device has relative coordinatesJoshua Goins2023-03-071-1/+1
* udev: Fix some tablet pads being classified as mouse or joysticksJoshua Goins2023-01-041-1/+15
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* basic: rename util.h to logarithm.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+0
* udev: always open with O_NOCTTYYu Watanabe2022-09-101-1/+1
* tree-wide: Use correct format specifiersJan Janssen2022-08-301-1/+1
* udev-builtin-input_id: use heuristics to detect joysticksPeter Hutterer2022-04-121-11/+44
* udev: use sd_device_open() where appropriateYu Watanabe2022-04-011-6/+5
* udev-builtin-input_id: don't label absolute mice as pointing sticksPeter Hutterer2022-02-231-3/+4
* udev: do not generate format dynamicallyYu Watanabe2022-02-021-10/+10
* udev: pass rtnl to builtin commandsYu Watanabe2021-08-311-1/+1
* udev/builtins: inline iterator variables and other small modernizationsZbigniew Jędrzejewski-Szmek2021-08-071-10/+9
* udev-builtin-input_ic: simplify loop in test_key()Zbigniew Jędrzejewski-Szmek2021-08-071-26/+17
* udev: replace strtoul by safe_ato*David Tardon2021-06-241-5/+9
* tree-wide: add missing whitespace at the end of commentsYu Watanabe2021-06-151-1/+1
* license: GPL-2.0+ -> GPL-2.0-or-laterYu Watanabe2020-11-091-1/+1
* udev: if a tablet has BTN_0, label it as ID_INPUT_TABLET_PADPeter Hutterer2020-09-171-4/+14
* Remove unneded {}sZbigniew Jędrzejewski-Szmek2020-04-131-2/+1
* udev-builtin-input_id: any i2c mouse is a pointing stickPeter Hutterer2020-02-271-2/+26
* tree-wide: drop input.h when missing_input.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop stdio.h when stdio-util.h is includedYu Watanabe2019-11-041-1/+0
* 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