Hi,
On 13-11-18 14:09, Bastien Nocera wrote:
On Wed, 2018-10-31 at 15:20 +0100, Hans de Goede wrote:
Before this commit sensor_hub_input_attr_get_raw_value() failed to
take
the signedness of 16 and 8 bit values into account, returning e.g.
65436 instead of -100 for the z-axis reading of an accelerometer.
Anything I need to change in iio-sensor-proxy for this?
No, AFAICT all hid sensors offer the buffered API, so iio-sensor-proxy
will prefer that. This is also likely the cause of why this was not
caught earlier.
Regards,
Hans