[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cd10157c-a1ac-c042-bd91-3cb7647919af@metafoo.de>
Date: Sun, 19 Feb 2017 11:01:23 +0100
From: Lars-Peter Clausen <lars@...afoo.de>
To: Eva Rachel Retuya <eraretuya@...il.com>, jic23@...nel.org,
linux-iio@...r.kernel.org
Cc: knaack.h@....de, pmeerw@...erw.net, dmitry.torokhov@...il.com,
michael.hennerich@...log.com, daniel.baluta@...il.com,
amsfield22@...il.com, florian.vaussard@...g-vd.ch,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 4/4] iio: accel: adxl345: Add ACPI support
On 02/16/2017 11:02 AM, Eva Rachel Retuya wrote:
[...]
> @@ -54,9 +55,17 @@ static const struct i2c_device_id adxl345_i2c_id[] = {
>
> MODULE_DEVICE_TABLE(i2c, adxl345_i2c_id);
>
> +static const struct acpi_device_id adxl345_acpi_id[] = {
> + { "ADX0345", 0 },
Who allocated this ID? ADX does not seem to be a registered vendor ID
(http://www.uefi.org/PNP_ACPI_Registry).
> + { }
> +};
Powered by blists - more mailing lists