From efaf36e41be5730fc44deb83724c51cc48befce0 Mon Sep 17 00:00:00 2001 From: Milan Misic Date: Wed, 25 Mar 2026 20:45:28 +0100 Subject: actually fix the issue --- usr/src/st-lsm6dsx-shift13mi-0.1/st_lsm6dsx_i2c.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/st-lsm6dsx-shift13mi-0.1') 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); -- cgit v1.2.3