iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometer
authorNikita Mikhailevich <ermyril@gmail.com>
Thu, 1 Feb 2024 15:18:48 +0000 (16:18 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 17 Feb 2024 16:16:10 +0000 (16:16 +0000)
New ID was introduced by Chuwi on Minibook X 2023.

Signed-off-by: Nikita Mikhailevich <ermyril@gmail.com>
Link: https://lore.kernel.org/r/20240201151848.1666245-1-ermyril@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/accel/mxc4005.c

index 8118cc1..61839be 100644 (file)
@@ -472,6 +472,7 @@ static int mxc4005_probe(struct i2c_client *client)
 static const struct acpi_device_id mxc4005_acpi_match[] = {
        {"MXC4005",     0},
        {"MXC6655",     0},
+       {"MDA6655",     0},
        { },
 };
 MODULE_DEVICE_TABLE(acpi, mxc4005_acpi_match);