projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5659785
)
iio: accel: mxc4005: new ACPI ID for the MXC6655 accelerometer
author
Nikita Mikhailevich
<ermyril@gmail.com>
Thu, 1 Feb 2024 15:18:48 +0000
(16:18 +0100)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/drivers/iio/accel/mxc4005.c
b/drivers/iio/accel/mxc4005.c
index
8118cc1
..
61839be
100644
(file)
--- a/
drivers/iio/accel/mxc4005.c
+++ b/
drivers/iio/accel/mxc4005.c
@@
-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);