summaryrefslogtreecommitdiffstats
path: root/src/udev/udev-builtin-input_id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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