Skip to content
This repository was archived by the owner on Jul 23, 2020. It is now read-only.

Commit e803bb4

Browse files
committedDec 12, 2016
2.0
1 parent 67e3d38 commit e803bb4

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎NEWS

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.0
2+
---
3+
4+
This release adds build fixes, fixes the detection of a number of
5+
devices that should be supported, stops trying to use devices
6+
that shouldn't, and adds support for the "mount-matrix" property,
7+
which can be used to fix the orientation of accelerometers on
8+
devices where the default does not work.
9+
10+
- Add support for ACCEL_MOUNT_MATRIX udev property
11+
- Fix startup failure on certain devices
12+
- Work-around possible kernel bug on certain devices
13+
- Better supported/unsupported sensors detection
14+
- Better debug output
15+
116
1.3
217
---
318

‎configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AC_PREREQ(2.59)
22

3-
AC_INIT([iio-sensor-proxy], [1.3], [hadess@hadess.net])
3+
AC_INIT([iio-sensor-proxy], [2.0], [hadess@hadess.net])
44

55
AX_IS_RELEASE([git-directory])
66

0 commit comments

Comments
 (0)
This repository has been archived.