Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-23 | remove unused includes | Thomas Hindoe Paaboel Andersen | |
This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. | |||
2015-01-05 | udevadm,..: make --help output of udev tools more like the output of the ↵ | Lennart Poettering | |
various other tools | |||
2014-12-30 | accelerometer: display short options too | Robert Milasan | |
2014-12-30 | accelerometer: drop unused -x option | Robert Milasan | |
2014-11-13 | udev: switch to systemd logging functions | Kay Sievers | |
2014-08-11 | build-sys: add missing makefile symlinks | Lennart Poettering | |
2014-08-11 | udev: never bypass our own logging framework and call vsyslog() directly ↵ | Lennart Poettering | |
from udev tools | |||
2014-07-08 | accelerometer: Don't wait for new data from the sensor | Bastien Nocera | |
Instead of waiting for new data from the sensor, which might be a long time coming, depending on the sensor device, ask the kernel for the last state for that particular input device. | |||
2014-02-13 | everywhere: always use O_CLOEXEC where it makes sense | Lennart Poettering | |
2013-12-24 | log: log_error() and friends add a newline after each line anyway, so avoid ↵ | Lennart Poettering | |
including it in the log strings | |||
2013-12-14 | Add more _printf_'s for format-nonliterals | Thomas Hindoe Paaboel Andersen | |
Clang is a bit more strict wrt format-nonliterals: http://clang.llvm.org/docs/LanguageExtensions.html#format-string-checking Adding these extra printf attributes also makes gcc able to find more problems. E.g. this patch uncovers a format issue in udev-builtin-path_id.c Some parts looked intetional about breaking the format-nonliteral check. I added some supression for warnings there. | |||
2013-04-18 | move _cleanup_ attribute in front of the type | Harald Hoyer | |
http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html | |||
2013-03-31 | accelerometer: remove dead if and modernize | Zbigniew Jędrzejewski-Szmek | |
Based on a coverity warning. | |||
2013-02-13 | use streq instead of strcmp | Thomas Hindoe Paaboel Andersen | |
2013-01-10 | udev: Fix device matching in the accelerometer | Bastien Nocera | |
As we were searching by ID_PATH, it would have been possible for us to find a sibling device instead of the device we were looking for. This fixes device matching on the WeTab with the upstream kernel, as it was trying to use the "Asus Laptop extra buttons" device instead of the accelerometer. | |||
2012-12-17 | licence: remove references to old FSF address | Sami Kerola | |
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206 | |||
2012-09-23 | udev: free fd before return in accelerometer.c | Lukas Nykryn | |
2012-07-26 | udev: cdrom_id, accelerometer - enable debug output for --debug | Kay Sievers | |
2012-04-16 | udev: remove configuration options for /dev, /sys, /run directories | Kay Sievers | |
2012-04-14 | udev: move all unconditionally installed rules to rules/ | Kay Sievers | |
2012-04-08 | udev: switch to systemd logging functions | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |