aboutsummaryrefslogtreecommitdiff
path: root/pkgs/os-specific/linux/iio-sensor-proxy (follow)
Commit message (Collapse)AuthorAgeFilesLines
* iio-sensor-proxy: 2.5 -> 2.7 (#61841)R. RyanTM2019-05-221-4/+4
| | | | | | | | | | | * iio-sensor-proxy: 2.5 -> 2.6 Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/iio-sensor-proxy/versions * iio-sensor-proxy: 2.6 -> 2.7 This release fixes broken sensor readings on multiple platforms due to a compiler optimisation.
* iio-sensor-proxy: 2.4 -> 2.5 (#48195)Peter Hoeg2018-10-111-2/+6
|
* iio-sensor-proxy: 2.2 -> 2.4Ryan Mulligan2018-02-261-2/+2
| | | | | | | | | | | | | Semi-automatic update. These checks were performed: - built on NixOS - ran `/nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4/bin/iio-sensor-proxy -h` got 0 exit code - ran `/nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4/bin/iio-sensor-proxy --help` got 0 exit code - ran `/nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4/bin/iio-sensor-proxy help` got 0 exit code - found 2.4 with grep in /nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4 - found 2.4 in filename of file in /nix/store/w1kd60p20ps8v5pjicl3z9s6y4fmkgy0-iio-sensor-proxy-2.4 cc "@peterhoeg"
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-251-2/+2
|
* iio-sensor-proxy: init at 2.2 and nixos modulePeter Hoeg2017-02-251-0/+47
This PR adds support for ```iio-sensor-proxy``` used by GNOME v3 and others for reading data from the accelerometer, gps, compass and similar sensors built into some relatively recent laptops. Additionally, there is a NixOS module exposed via hardware.sensor.iio for enabling services, udev rules and dbus services.