index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
udev
/
udev-builtin-input_id.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
udev: pass rtnl to builtin commands
Yu Watanabe
2021-08-31
1
-1
/
+1
*
udev/builtins: inline iterator variables and other small modernizations
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-10
/
+9
*
udev-builtin-input_ic: simplify loop in test_key()
Zbigniew Jędrzejewski-Szmek
2021-08-07
1
-26
/
+17
*
udev: replace strtoul by safe_ato*
David Tardon
2021-06-24
1
-5
/
+9
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-1
/
+1
*
license: GPL-2.0+ -> GPL-2.0-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
udev: if a tablet has BTN_0, label it as ID_INPUT_TABLET_PAD
Peter Hutterer
2020-09-17
1
-4
/
+14
*
Remove unneded {}s
Zbigniew Jędrzejewski-Szmek
2020-04-13
1
-2
/
+1
*
udev-builtin-input_id: any i2c mouse is a pointing stick
Peter Hutterer
2020-02-27
1
-2
/
+26
*
tree-wide: drop input.h when missing_input.h is included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
tree-wide: drop stdio.h when stdio-util.h is included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-04
1
-1
/
+0
*
tree-wide: drop missing.h
Yu Watanabe
2019-10-31
1
-1
/
+2
*
udev: modernize udev-rules.c
Yu Watanabe
2019-06-02
1
-1
/
+1
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-1
/
+1
*
udev-builtin-input_id: update log messages
Yu Watanabe
2018-10-24
1
-17
/
+17
*
udev-builtin: propagate negative errno
Yu Watanabe
2018-10-23
1
-1
/
+1
*
udev: replace udev_device by sd_device from prototype of udev builtin commands
Yu Watanabe
2018-10-23
1
-2
/
+2
*
udev: replace udev_device by sd_device in udev-builtin-input_id.c
Yu Watanabe
2018-10-23
1
-30
/
+39
*
udev: make udev_builtin_add_property() take sd_device instead of udev_device
Yu Watanabe
2018-10-23
1
-14
/
+14
*
udev-builtin: move definitions related to builtin commands to udev-builtin.h
Yu Watanabe
2018-10-11
1
-1
/
+1
*
tree-wide: drop empty lines in comments
Yu Watanabe
2018-07-23
1
-1
/
+0
*
tree-wide: drop copyright lines for more authors
Zbigniew Jędrzejewski-Szmek
2018-06-22
1
-1
/
+0
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-2
/
+0
*
Drop more license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-06-14
1
-12
/
+0
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-5
/
+5
*
Add macro for checking if some flags are set
Zbigniew Jędrzejewski-Szmek
2018-06-04
1
-1
/
+1
*
udev: don't label high-button mice as joysticks (#8493)
Peter Hutterer
2018-03-23
1
-7
/
+15
*
udev: don't assign INPUT_ID_MOUSE to a touchpad/joystick/touchscreen (#8259)
Peter Hutterer
2018-02-23
1
-1
/
+2
*
cocci: use strempty() at more places
Lennart Poettering
2018-01-10
1
-2
/
+1
*
Add SPDX license identifiers to source files under the GPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
udev: move the KEY_* defines to missing.h (#6278)
Peter Hutterer
2017-07-04
1
-11
/
+1
*
udev: define BTN_DPAD_RIGHT if not present (#6267)
Peter Hutterer
2017-07-03
1
-0
/
+1
*
Include dpad buttons in joystick detection (#6240)
hramrach
2017-06-30
1
-0
/
+2
*
input_id: fix button detection
Michal Suchanek
2017-06-27
1
-13
/
+9
*
input_id: fix detection of devices with mouse buttons
Michal Suchanek
2017-06-27
1
-1
/
+3
*
udev: always consider devices with joystick axes/buttons as joystick
Peter Hutterer
2017-06-22
1
-1
/
+4
*
udev: consider a device with BTN_TRIGGER_HAPPY as joystick
Peter Hutterer
2017-06-22
1
-0
/
+1
*
Remove BTN_DPAD_* keys from ID_INPUT_KEY test (#5701)
Nathaniel R. Lewis
2017-04-06
1
-6
/
+30
*
udev: add ID_INPUT_SWITCH for devices with switch capability (#5057)
Peter Hutterer
2017-01-10
1
-0
/
+3
*
Fix tablet detection, by replicating decision tree of non-multi-touch axes (#...
Andreas Pokorny
2016-07-14
1
-2
/
+8
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
tree-wide: use xsprintf() where applicable
Daniel Mack
2016-01-12
1
-4
/
+6
*
udev: Fix touch screen detection
Andreas Pokorny
2016-01-01
1
-2
/
+2
*
udev: add emacs header line
Zbigniew Jędrzejewski-Szmek
2015-12-07
1
-0
/
+2
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-3
/
+4
*
udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devices
Andreas Pokorny
2015-06-03
1
-0
/
+4
*
udev: input_id - use direct property and mt axis for touch screen detection
Andreas Pokorny
2015-06-03
1
-1
/
+7
[next]