summaryrefslogtreecommitdiffstats
path: root/drivers/iio
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2018-04-18 14:33:18 +0200
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2018-04-21 16:29:24 +0100
commit3d56e19815b3e8eae2e734ab16a80d2a4812179a (patch)
tree6dc957db278761e4d1fc8668d836504775d12016 /drivers/iio
parentf3476e8f6230f5ffd8eebdd5fc0867ae53b75dcc (diff)
downloadlinux-stable-3d56e19815b3e8eae2e734ab16a80d2a4812179a.tar.gz
linux-stable-3d56e19815b3e8eae2e734ab16a80d2a4812179a.tar.bz2
linux-stable-3d56e19815b3e8eae2e734ab16a80d2a4812179a.zip
iio: accel: st_accel: Add support for the SMO8840 ACPI id
The Lenovo Ideapad Miix 320 uses an st accelerometer with an ACPI id of SMO8840, add support for this. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio')
-rw-r--r--drivers/iio/accel/st_accel_i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iio/accel/st_accel_i2c.c b/drivers/iio/accel/st_accel_i2c.c
index 6bdec8c451e0..056dddb27236 100644
--- a/drivers/iio/accel/st_accel_i2c.c
+++ b/drivers/iio/accel/st_accel_i2c.c
@@ -107,6 +107,7 @@ MODULE_DEVICE_TABLE(of, st_accel_of_match);
#ifdef CONFIG_ACPI
static const struct acpi_device_id st_accel_acpi_match[] = {
+ {"SMO8840", LNG2DM},
{"SMO8A90", LNG2DM},
{ },
};