diff options
| -rw-r--r-- | drivers/hwmon/lis3lv02d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/lis3lv02d.c b/drivers/hwmon/lis3lv02d.c index cf5afb9a10ab..7f43a3b62a24 100644 --- a/drivers/hwmon/lis3lv02d.c +++ b/drivers/hwmon/lis3lv02d.c | |||
| @@ -276,6 +276,7 @@ static void lis3lv02d_joystick_poll(struct input_polled_dev *pidev) | |||
| 276 | input_report_abs(pidev->input, ABS_X, x - lis3_dev.xcalib); | 276 | input_report_abs(pidev->input, ABS_X, x - lis3_dev.xcalib); |
| 277 | input_report_abs(pidev->input, ABS_Y, y - lis3_dev.ycalib); | 277 | input_report_abs(pidev->input, ABS_Y, y - lis3_dev.ycalib); |
| 278 | input_report_abs(pidev->input, ABS_Z, z - lis3_dev.zcalib); | 278 | input_report_abs(pidev->input, ABS_Z, z - lis3_dev.zcalib); |
| 279 | input_sync(pidev->input); | ||
| 279 | } | 280 | } |
| 280 | 281 | ||
| 281 | 282 | ||
