summaryrefslogtreecommitdiff
path: root/src/udev/udev-builtin-input_id.c
AgeCommit message (Expand)Author
2016-07-14Fix tablet detection, by replicating decision tree of non-multi-touch axes (#...Andreas Pokorny
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-01-12tree-wide: use xsprintf() where applicableDaniel Mack
2016-01-01udev: Fix touch screen detectionAndreas Pokorny
2015-12-07udev: add emacs header lineZbigniew Jędrzejewski-Szmek
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-06-03udev: input_id - use ABS_MT_SLOT{-1} to exclude non touch screen devicesAndreas Pokorny
2015-06-03udev: input_id - use direct property and mt axis for touch screen detectionAndreas Pokorny
2015-06-03udev: input_id - refactor device detectionAndreas Pokorny
2015-06-02udev: add some assertsTom Gundersen
2015-04-14input_id: Identify scroll-wheel device on Trust TB7300 tablet as keyboardHans de Goede
2015-04-14udev: input_id: Make test_pointer / test_keys return if they've found anythingHans de Goede
2015-04-14udev: input_id: whitespace fixesPeter Hutterer
2015-04-07udev: input_id: tag accelerometers as ID_INPUT_ACCELEROMETERHans de Goede
2015-04-07udev: input_id: tag pointing sticks as ID_INPUT_POINTINGSTICKPeter Hutterer
2015-01-22Assorted format fixesZbigniew Jędrzejewski-Szmek
2015-01-15udev: merge evdev_id into input_idDavid Herrmann
2015-01-15udev: fix NULL-ptr derefDavid Herrmann
2015-01-05udevadm,..: make --help output of udev tools more like the output of the vari...Lennart Poettering
2014-07-29udev: place opening { at the same line as the function declarationKay Sievers
2014-03-10input_id: Recognize buttonless joystick typesMartin Pitt
2014-02-20macro: introduce a nice macro for disabling -Wformat-nonliteral temporarilyLennart Poettering
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering
2012-11-12use the same email address everywhereKay Sievers
2012-05-25udev: silent gcc warningsKay Sievers
2012-04-10udev: fix gcc warnings showing up after adding $(AM_CFLAGS)Kay Sievers
2012-04-08udev: switch to systemd logging functionsKay Sievers
2012-04-04move imported udev into placeKay Sievers