summaryrefslogtreecommitdiff
path: root/src/udev/accelerometer
Commit message (Collapse)AuthorAge
* Remove src/udevAndy Wingo2015-04-19
|
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-23
| | | | | | 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.
* udevadm,..: make --help output of udev tools more like the output of the ↵Lennart Poettering2015-01-05
| | | | various other tools
* accelerometer: display short options tooRobert Milasan2014-12-30
|
* accelerometer: drop unused -x optionRobert Milasan2014-12-30
|
* udev: switch to systemd logging functionsKay Sievers2014-11-13
|
* build-sys: add missing makefile symlinksLennart Poettering2014-08-11
|
* udev: never bypass our own logging framework and call vsyslog() directly ↵Lennart Poettering2014-08-11
| | | | from udev tools
* accelerometer: Don't wait for new data from the sensorBastien Nocera2014-07-08
| | | | | | 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.
* everywhere: always use O_CLOEXEC where it makes senseLennart Poettering2014-02-13
|
* log: log_error() and friends add a newline after each line anyway, so avoid ↵Lennart Poettering2013-12-24
| | | | including it in the log strings
* Add more _printf_'s for format-nonliteralsThomas Hindoe Paaboel Andersen2013-12-14
| | | | | | | | | | | 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.
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
| | | | http://lists.freedesktop.org/archives/systemd-devel/2013-April/010510.html
* accelerometer: remove dead if and modernizeZbigniew Jędrzejewski-Szmek2013-03-31
| | | | Based on a coverity warning.
* use streq instead of strcmpThomas Hindoe Paaboel Andersen2013-02-13
|
* udev: Fix device matching in the accelerometerBastien Nocera2013-01-10
| | | | | | | | | | 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.
* licence: remove references to old FSF addressSami Kerola2012-12-17
| | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=57206
* udev: free fd before return in accelerometer.cLukas Nykryn2012-09-23
|
* udev: cdrom_id, accelerometer - enable debug output for --debugKay Sievers2012-07-26
|
* udev: remove configuration options for /dev, /sys, /run directoriesKay Sievers2012-04-16
|
* udev: move all unconditionally installed rules to rules/Kay Sievers2012-04-14
|
* udev: switch to systemd logging functionsKay Sievers2012-04-08
|
* move imported udev into placeKay Sievers2012-04-04