diff mbox series

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

Message ID 20181125180240.9885-1-stephan@gerhold.net (mailing list archive)
State New, archived
Headers show
Series iio: magnetometer: ak8975: Add the "AKM9911" ACPI HID | expand

Commit Message

Stephan Gerhold Nov. 25, 2018, 6:02 p.m. UTC
This HID is used on the ASUS MeMO Pad 7 (ME176C) tablet.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
---
 drivers/iio/magnetometer/ak8975.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Jonathan Cameron Dec. 1, 2018, 4:06 p.m. UTC | #1
On Sun, 25 Nov 2018 19:02:40 +0100
Stephan Gerhold <stephan@gerhold.net> wrote:

> This HID is used on the ASUS MeMO Pad 7 (ME176C) tablet.
> 
> Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Applied to the togreg branch of iio.git and pushed out as
testing because there other thing in that branch that
might break things the autobuilders will fine.

Thanks,

Jonathan

> ---
>  drivers/iio/magnetometer/ak8975.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
> index 42a827a66512..d430b80808ef 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},
>  	{ },
>  };
diff mbox series

Patch

diff --git a/drivers/iio/magnetometer/ak8975.c b/drivers/iio/magnetometer/ak8975.c
index 42a827a66512..d430b80808ef 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},
 	{ },
 };