From: Stephan Gerhold Date: Sun, 25 Nov 2018 18:02:40 +0000 (+0100) Subject: iio: magnetometer: ak8975: Add the "AKM9911" ACPI HID X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0a9ff2a13b4637dec6ec61e5cec30dbb598a8b8d;p=linux.git iio: magnetometer: ak8975: Add the "AKM9911" ACPI HID This HID is used on the ASUS MeMO Pad 7 (ME176C) tablet. Signed-off-by: Stephan Gerhold Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c index 42a827a665121..d430b80808ef7 100644 --- 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}, { }, };