diff options
Diffstat (limited to 'drivers/hwmon/lis3lv02d.h')
-rw-r--r-- | drivers/hwmon/lis3lv02d.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hwmon/lis3lv02d.h b/drivers/hwmon/lis3lv02d.h index f73c78603732..e6a01f44709b 100644 --- a/drivers/hwmon/lis3lv02d.h +++ b/drivers/hwmon/lis3lv02d.h | |||
@@ -214,6 +214,10 @@ struct lis3lv02d { | |||
214 | s16 (*read_data) (struct lis3lv02d *lis3, int reg); | 214 | s16 (*read_data) (struct lis3lv02d *lis3, int reg); |
215 | int mdps_max_val; | 215 | int mdps_max_val; |
216 | int pwron_delay; | 216 | int pwron_delay; |
217 | int scale; /* | ||
218 | * relationship between 1 LBS and mG | ||
219 | * (1/1000th of earth gravity) | ||
220 | */ | ||
217 | 221 | ||
218 | struct input_polled_dev *idev; /* input device */ | 222 | struct input_polled_dev *idev; /* input device */ |
219 | struct platform_device *pdev; /* platform device */ | 223 | struct platform_device *pdev; /* platform device */ |