Commit 0a9ff2a1 authored by Stephan Gerhold's avatar Stephan Gerhold Committed by Jonathan Cameron

iio: magnetometer: ak8975: Add the "AKM9911" ACPI HID

This HID is used on the ASUS MeMO Pad 7 (ME176C) tablet.
Signed-off-by: default avatarStephan Gerhold <stephan@gerhold.net>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 9564c7a4
...@@ -790,6 +790,7 @@ static const struct acpi_device_id ak_acpi_match[] = { ...@@ -790,6 +790,7 @@ static const struct acpi_device_id ak_acpi_match[] = {
{"INVN6500", AK8963}, {"INVN6500", AK8963},
{"AK009911", AK09911}, {"AK009911", AK09911},
{"AK09911", AK09911}, {"AK09911", AK09911},
{"AKM9911", AK09911},
{"AK09912", AK09912}, {"AK09912", AK09912},
{ }, { },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment