aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/pressure/st_pressure.h
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-16 12:02:00 -0400
committerJonathan Cameron <jic23@kernel.org>2013-09-21 14:24:05 -0400
commit7885a8ce6800ec37147902b316cd73790865dc1d (patch)
tree59bd36172a3f51e4c31298ef652cec8bfc776971 /drivers/iio/pressure/st_pressure.h
parenta6cc5b250c88930c47a0a231107844b69f086428 (diff)
iio: pressure: st: Add support for new LPS001WP pressure sensor
Here we use existing practices to introduce support for another pressure/temperature sensor, the LPS001WP. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'drivers/iio/pressure/st_pressure.h')
-rw-r--r--drivers/iio/pressure/st_pressure.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/st_pressure.h b/drivers/iio/pressure/st_pressure.h
index b0b630688da6..049c21acf1f0 100644
--- a/drivers/iio/pressure/st_pressure.h
+++ b/drivers/iio/pressure/st_pressure.h
@@ -14,6 +14,7 @@
14#include <linux/types.h> 14#include <linux/types.h>
15#include <linux/iio/common/st_sensors.h> 15#include <linux/iio/common/st_sensors.h>
16 16
17#define LPS001WP_PRESS_DEV_NAME "lps001wp"
17#define LPS331AP_PRESS_DEV_NAME "lps331ap" 18#define LPS331AP_PRESS_DEV_NAME "lps331ap"
18 19
19/** 20/**