aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilan Misic <twoexem@gmail.com>2026-03-25 20:45:28 +0100
committerMilan Misic <twoexem@gmail.com>2026-03-25 20:45:28 +0100
commitefaf36e41be5730fc44deb83724c51cc48befce0 (patch)
treee69ef1b6374505bc9cd8c6b192c78307f554c290
parent2c2447756af1670869a1af1d59d7fba59a6fbd46 (diff)
actually fix the issue
-rw-r--r--usr/src/st-lsm6dsx-shift13mi-0.1/st_lsm6dsx_i2c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/st-lsm6dsx-shift13mi-0.1/st_lsm6dsx_i2c.c b/usr/src/st-lsm6dsx-shift13mi-0.1/st_lsm6dsx_i2c.c
index 7c93321..b2a7c2e 100644
--- a/usr/src/st-lsm6dsx-shift13mi-0.1/st_lsm6dsx_i2c.c
+++ b/usr/src/st-lsm6dsx-shift13mi-0.1/st_lsm6dsx_i2c.c
@@ -144,6 +144,7 @@ MODULE_DEVICE_TABLE(of, st_lsm6dsx_i2c_of_match);
static const struct acpi_device_id st_lsm6dsx_i2c_acpi_match[] = {
{ "SMO8B30", ST_LSM6DS3TRC_ID, },
+ { "SMOCF00", ST_LSM6DSO_ID, },
{ }
};
MODULE_DEVICE_TABLE(acpi, st_lsm6dsx_i2c_acpi_match);