diff options
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/misc/adxl34x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/adxl34x.c b/drivers/input/misc/adxl34x.c index 6be8687de056..0735de3a6468 100644 --- a/drivers/input/misc/adxl34x.c +++ b/drivers/input/misc/adxl34x.c | |||
@@ -232,7 +232,7 @@ static const struct adxl34x_platform_data adxl34x_default_init = { | |||
232 | 232 | ||
233 | .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY {x,y,z} */ | 233 | .ev_code_tap = {BTN_TOUCH, BTN_TOUCH, BTN_TOUCH}, /* EV_KEY {x,y,z} */ |
234 | .power_mode = ADXL_AUTO_SLEEP | ADXL_LINK, | 234 | .power_mode = ADXL_AUTO_SLEEP | ADXL_LINK, |
235 | .fifo_mode = FIFO_STREAM, | 235 | .fifo_mode = ADXL_FIFO_STREAM, |
236 | .watermark = 0, | 236 | .watermark = 0, |
237 | }; | 237 | }; |
238 | 238 | ||