diff options
Diffstat (limited to 'drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c')
| -rw-r--r-- | drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c index eb080d4b8f9..b89141689a1 100644 --- a/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c +++ b/drivers/iio/imu/st_lsm6ds3/st_lsm6ds3_buffer.c @@ -160,7 +160,7 @@ void st_lsm6ds3_push_tap_to_fifo(struct lsm6ds3_data *cdata)  void st_lsm6ds3_push_d6d_to_fifo(struct lsm6ds3_data *cdata)  { -	u8 d6d_signature[6] = {1};  +	u8 d6d_signature[6] = {0,1,0,1,0,1};  	dev_info(cdata->dev, "Sending 6d event through accel data @:%llu", cdata->accel_timestamp-1);  	st_lsm6ds3_push_data_with_timestamp(  		cdata, ST_INDIO_DEV_ACCEL, |