|
@@ -136,7 +136,7 @@ static const struct iio_chan_spec st_press_1_channels[] = {
|
|
|
.address = ST_PRESS_1_OUT_XL_ADDR,
|
|
|
.scan_index = 0,
|
|
|
.scan_type = {
|
|
|
- .sign = 'u',
|
|
|
+ .sign = 's',
|
|
|
.realbits = 24,
|
|
|
.storagebits = 32,
|
|
|
.endianness = IIO_LE,
|
|
@@ -149,7 +149,7 @@ static const struct iio_chan_spec st_press_1_channels[] = {
|
|
|
.address = ST_TEMP_1_OUT_L_ADDR,
|
|
|
.scan_index = 1,
|
|
|
.scan_type = {
|
|
|
- .sign = 'u',
|
|
|
+ .sign = 's',
|
|
|
.realbits = 16,
|
|
|
.storagebits = 16,
|
|
|
.endianness = IIO_LE,
|
|
@@ -168,7 +168,7 @@ static const struct iio_chan_spec st_press_lps001wp_channels[] = {
|
|
|
.address = ST_PRESS_LPS001WP_OUT_L_ADDR,
|
|
|
.scan_index = 0,
|
|
|
.scan_type = {
|
|
|
- .sign = 'u',
|
|
|
+ .sign = 's',
|
|
|
.realbits = 16,
|
|
|
.storagebits = 16,
|
|
|
.endianness = IIO_LE,
|
|
@@ -182,7 +182,7 @@ static const struct iio_chan_spec st_press_lps001wp_channels[] = {
|
|
|
.address = ST_TEMP_LPS001WP_OUT_L_ADDR,
|
|
|
.scan_index = 1,
|
|
|
.scan_type = {
|
|
|
- .sign = 'u',
|
|
|
+ .sign = 's',
|
|
|
.realbits = 16,
|
|
|
.storagebits = 16,
|
|
|
.endianness = IIO_LE,
|
|
@@ -200,7 +200,7 @@ static const struct iio_chan_spec st_press_lps22hb_channels[] = {
|
|
|
.address = ST_PRESS_1_OUT_XL_ADDR,
|
|
|
.scan_index = 0,
|
|
|
.scan_type = {
|
|
|
- .sign = 'u',
|
|
|
+ .sign = 's',
|
|
|
.realbits = 24,
|
|
|
.storagebits = 32,
|
|
|
.endianness = IIO_LE,
|