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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -790,6 +790,7 @@ static const struct acpi_device_id ak_acpi_match[] = {
	{"INVN6500", AK8963},
	{"AK009911", AK09911},
	{"AK09911", AK09911},
	{"AKM9911", AK09911},
	{"AK09912", AK09912},
	{ },
};