projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9564c7a
)
iio: magnetometer: ak8975: Add the "AKM9911" ACPI HID
author
Stephan Gerhold
<stephan@gerhold.net>
Sun, 25 Nov 2018 18:02:40 +0000
(19:02 +0100)
committer
Jonathan Cameron
<Jonathan.Cameron@huawei.com>
Sat, 1 Dec 2018 16:05:56 +0000
(16:05 +0000)
This HID is used on the ASUS MeMO Pad 7 (ME176C) tablet.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/magnetometer/ak8975.c
patch
|
blob
|
history
diff --git
a/drivers/iio/magnetometer/ak8975.c
b/drivers/iio/magnetometer/ak8975.c
index 42a827a66512182485678b53a534e079aee82a3c..d430b80808ef782dfc777ab6021c068fb93b294d 100644
(file)
--- a/
drivers/iio/magnetometer/ak8975.c
+++ b/
drivers/iio/magnetometer/ak8975.c
@@
-790,6
+790,7
@@
static const struct acpi_device_id ak_acpi_match[] = {
{"INVN6500", AK8963},
{"AK009911", AK09911},
{"AK09911", AK09911},
+ {"AKM9911", AK09911},
{"AK09912", AK09912},
{ },
};