Commit Graph

70 Commits

Author SHA1 Message Date
Guido Günther
d9e306c781 README: Fix link to API docs 2024-03-06 15:13:41 +01:00
Bastien Nocera
4b84a36f15 README: Add some docs on using fake-input-accelerometer 2022-07-13 17:12:27 +02:00
Bastien Nocera
e4f0e05af3 tests: Make tests a build option
And don't skip tests if any test dependencies are missing.
2022-04-04 17:51:47 +02:00
Guido Günther
bba4560748 README: Document near-level property
Linux 5.6 added the near level property in 445b16fb6bdc2 which can
be used in DT based devices to give a default.
2021-12-21 17:00:43 +01:00
Bastien Nocera
0b1574d0eb main: Check whether user is allowed to claim a sensor
Check whether a particular user/D-Bus client is allowed to claim a
sensor.

The ClaimCompass method on net.hadess.SensorProxy.Compass doesn't have a
check as only the geoclue user is allowed to access this interface, as
per the D-Bus configuration.
2021-09-29 12:06:55 +02:00
Bastien Nocera
7d562ea8d6 README: Reformat shell commands 2021-01-20 15:36:00 +01:00
Bastien Nocera
bec3165780 README: Add info on how to run iio_generic_buffer 2021-01-20 15:36:00 +01:00
Bastien Nocera
fc9c055e36 README: Simplify instructions on getting debug info 2021-01-15 13:49:12 +01:00
Bastien Nocera
4d5df7062e README: Fix daemon binary path 2020-07-07 17:45:32 +02:00
Bastien Nocera
bede00ea45 README: Document the mount matrix
Closes: #285
2020-07-02 13:38:23 +02:00
Bastien Nocera
e56dc79788 README: Link to Linux, Windows and Android docs for mount matrix
Closes: #295
2020-07-01 21:56:20 +02:00
Bastien Nocera
622efff5c1 README: Install system-wide to avoid non-working setups 2020-07-01 14:23:32 +02:00
Bastien Nocera
e3adea6626 README: Update install instructions 2020-06-27 14:01:38 +02:00
Guido Günther
9e22ff5d9d README: Document udev property needed for proximity sensor 2020-03-04 09:39:49 +00:00
Bastien Nocera
16983e0d2a README: Add note about mount-matrix on DeviceTree devices 2020-03-03 12:28:04 +01:00
Dominik Gedon
ee95466d80 README: Correct GeoClue spelling
See: https://github.com/hadess/iio-sensor-proxy/pull/286
2019-10-30 12:30:45 +01:00
Dominik Gedon
2d28421c99 README: Fixed 60-sensor.hwdb link
See: https://github.com/hadess/iio-sensor-proxy/pull/286
2019-10-30 12:30:33 +01:00
Bastien Nocera
afd8707998 README: Remove "Tested on" list
It was useful when we only had a couple of entries, but it's rather
pointless now that pretty much all the systems should work, and the ones
that don't should be listed in open issues on GitHub.
2019-05-02 09:38:42 +02:00
Bastien Nocera
22c48ccf85 README: Add ASUS T100Chi to the supported list (#254) 2019-01-16 10:33:18 +01:00
Bastien Nocera
5fc5b76fec README: Add reference to yet another kernel bug 2018-10-09 10:15:33 +02:00
Ayman Bagabas
3c17674a65 README.md: Huawei Matebook X Pro sensors work fine. 2018-10-09 09:58:06 +02:00
RussianNeuroMancer
6f322963ee README: Lenovo IdeaTab Miix2 8 is supported (#217)
Ambient sensor and accelerometer of Lenovo IdeaTab Miix2 8 works without issues.
2018-03-09 15:46:18 +01:00
Enno Boland
30c3fb9b65 README.md: Lenovo Yoga 520 works nicely too. (#206) 2018-01-10 16:20:11 +01:00
Bastien Nocera
7dad6c74b9 README: Mention that iio-sensor-proxy isn't GNOME specific
I use GNOME, so I wrote the integration code in GNOME. KDE, XFCE,
Mate, Cinnamon, i3, etc. developers are welcome to do the same.
2017-12-17 18:47:20 +01:00
Bastien Nocera
d801e3cf91 README: Add Cube Mix Plus to the tested list
Closes: #203
2017-12-06 00:35:38 +01:00
Bastien Nocera
d1c06920ab README: Add Lenovo Yoga 710-11ISK to the test devices
Closes: #197
2017-10-24 10:44:39 +02:00
Bastien Nocera
ef83ad2c66 README: Fix link to hid-sensor-trigger race bug fix
The original link was to a temporary merge branch.
2017-10-10 13:59:00 +02:00
Bastien Nocera
565b36ab56 README: Add Dell XPS 9365 to the tested devices
See #190
2017-10-09 00:07:56 +02:00
Bastien Nocera
20c41c1126 Revert "main: Add artificial delay before starting daemon"
This reverts commit 5468452f7a as
the problem was root-caused and fixed in the upstream kernel.

Please see README for the fix' details.

Closes: #116
2017-08-16 16:44:50 +02:00
Bastien Nocera
02dfc189c0 README: Add Asus UX330UA to the tested devices
Closes: #155
2017-06-12 15:38:14 +02:00
Bastien Nocera
72db85b1be README: Fix linux-iio ML thread link 2017-06-12 14:30:47 +02:00
Bastien Nocera
2cbe0ee33b README: Add note about IIO kernel bug 2017-06-12 14:29:52 +02:00
Bastien Nocera
d36eedeca7 README: Add Asus ZenBook UX303L to the tested list
Closes: #148
2017-02-15 10:53:47 +01:00
Bastien Nocera
33fc9ee0d3 README: Add version req for systemd
systemd 232 does not include the necessary rules to apply the quirks to
accelerometers. This requires this commit:
1f886b50f6
which can easily be backported to earlier systemd versions as
appropriate.

See https://github.com/systemd/systemd/pull/5280
2017-02-11 15:47:17 +01:00
Bastien Nocera
f31e0bbaa9 README: Add details on how to test the fake compass
For debugging purposes.
2017-02-02 16:08:41 +01:00
Bastien Nocera
6a115c5e9c README: Add devices to the tested list
Closes: #143
2017-02-02 11:41:37 +01:00
Bastien Nocera
815427fbad README: Sort tested devices alphabetically 2017-02-02 11:41:01 +01:00
Gianluca Boiano
bddb77c371 README: Add Asus Transformer Book TP500LB to the tested list
Closes #138
2017-01-22 00:42:12 +01:00
Bastien Nocera
b474bf0943 README: Add reference to HP Spectre x360 laptop
See #118
2017-01-02 16:09:27 +01:00
Bastien Nocera
67e3d38ea5 README: Add section about Accelerometer Orientation
And point to the quirks hwdb in systemd.
2016-12-10 16:52:07 +01:00
Bastien Nocera
d6f73717b4 README: Add another reference link
This time to MSDN, which explains sensor orientation.
2016-11-30 17:11:57 +01:00
Bastien Nocera
560347c119 README: Add links to other reference implementations 2016-11-30 14:16:03 +01:00
Bastien Nocera
04741e53ea README: Add Asus Zenbooks to the tested list
Closes: #76
2016-11-23 15:14:39 +01:00
Sebastian Krzyszkowiak
a5cf6e13b3 README: Add Lenovo Yoga 900
Tested on Lenovo Yoga 900

Also, fix Yoga 2 Pro name.
2016-10-03 23:55:54 +02:00
Bastien Nocera
cbde855337 README: Add HP Pavilion X360
Closes #102
2016-09-26 13:02:54 +02:00
Bastien Nocera
50ef6baf25 README: Add Toshiba Radius 11 L10WC10C
See #89
2016-09-06 15:05:37 +02:00
Bastien Nocera
bbb0d00542 README: Add Lenovo Yoga 2 11"
See #81
2016-09-06 15:04:09 +02:00
Christophe Chapuis
2abf4abf2a Add support for Cube i9
* On the Cube i9 tablet, the accelerometer is declared as KIOX000A in
   the ACPI DSDT table.
   Also, it reports the opposite of "y" compared to what is expected.

 * This has been tested on the Cube i9 with a patched kernel that fixes
   the ACPI detection by the kxcj9 driver.

Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
2016-07-16 14:39:29 +02:00
Brian Geffon
6b4960d38c README: Add Dell Inspiron 13 7000 2016-05-24 18:05:00 +08:00
Bastien Nocera
fd78d391f5 README: Add Toshiba Portégé Z10t to the tested devices
Closes #65
2016-04-19 16:27:21 +02:00