diff options
author | Denis CIOCCA <denis.ciocca@st.com> | 2014-02-20 18:49:00 +0100 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2014-02-22 14:09:53 +0100 |
commit | 931878405b869093c90d57a0a34f0c2b3641c4ea (patch) | |
tree | 730ca969c45b1ab70d6aead19a4bd4ba19129813 /drivers/iio/pressure/st_pressure.h | |
parent | iio: hid-sensors: Added Pressure Sensor driver (diff) | |
download | linux-931878405b869093c90d57a0a34f0c2b3641c4ea.tar.xz linux-931878405b869093c90d57a0a34f0c2b3641c4ea.zip |
iio:pressure: Add support for LPS25H pressure sensor
This patch adds support for the new barometer sensor: LPS25H.
Signed-off-by: Denis Ciocca <denis.ciocca@st.com>
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/pressure/st_pressure.h b/drivers/iio/pressure/st_pressure.h index 049c21acf1f0..242943c0c4e4 100644 --- a/drivers/iio/pressure/st_pressure.h +++ b/drivers/iio/pressure/st_pressure.h @@ -15,6 +15,7 @@ #include <linux/iio/common/st_sensors.h> #define LPS001WP_PRESS_DEV_NAME "lps001wp" +#define LPS25H_PRESS_DEV_NAME "lps25h" #define LPS331AP_PRESS_DEV_NAME "lps331ap" /** |