Skip to content

Commit 2facd42

Browse files
sknseangregkh
authored andcommitted
iio: accel: fxls8962af: Fix temperature scan element sign
commit 9c78317 upstream. Mark the temperature element signed, data read from the TEMP_OUT register is in two's complement format. This will avoid the temperature being mishandled and miss displayed. Fixes: a3e0b51 ("iio: accel: add support for FXLS8962AF/FXLS8964AF accelerometers") Suggested-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com> Cc: stable@vger.kernel.org Reviewed-by: Marcelo Schmitt <marcelo.schmitt1@gmail.com> Signed-off-by: Sean Nyekjaer <sean@geanix.com> Link: https://patch.msgid.link/20250505-fxls-v4-2-a38652e21738@geanix.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent ae3c418 commit 2facd42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/accel/fxls8962af-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ static const struct iio_event_spec fxls8962af_event[] = {
739739
BIT(IIO_CHAN_INFO_OFFSET),\
740740
.scan_index = -1, \
741741
.scan_type = { \
742+
.sign = 's', \
742743
.realbits = 8, \
743744
.storagebits = 8, \
744745
}, \

0 commit comments

Comments
 (0)