Skip to content

Commit

Permalink
iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometer
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ermyril authored and jic23 committed Feb 17, 2024
1 parent 5659785 commit c8f883a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/iio/accel/mxc4005.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c8f883a

Please sign in to comment.