Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1584121
| From | Eva Rachel Retuya <eraretuya@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 4/4] iio: accel: adxl345: Add ACPI support |
| Date | 2017-02-19 13:20 +0100 |
| Message-ID | <tcyD7-7hd-9@gated-at.bofh.it> (permalink) |
| References | <tbraF-4Hb-3@gated-at.bofh.it> <tbraF-4Hb-1@gated-at.bofh.it> <tcwBj-65E-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Feb 19, 2017 at 11:01:23AM +0100, Lars-Peter Clausen wrote:
> 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).
>
Hello Lars,
Pardon the ignorance. I was not aware of this when I set it like that.
Is "ADS0345" OK? Will submit a new version with that ID.
Thanks,
Eva
> > + { }
> > +};
>
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/4] iio: accel: adxl345: Split driver into core and I2C then add SPI support Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-16 11:10 +0100
[PATCH 4/4] iio: accel: adxl345: Add ACPI support Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-16 11:10 +0100
Re: [PATCH 4/4] iio: accel: adxl345: Add ACPI support Lars-Peter Clausen <lars@metafoo.de> - 2017-02-19 11:10 +0100
Re: [PATCH 4/4] iio: accel: adxl345: Add ACPI support Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-19 13:20 +0100
Re: [PATCH 4/4] iio: accel: adxl345: Add ACPI support Lars-Peter Clausen <lars@metafoo.de> - 2017-02-20 13:10 +0100
Re: [PATCH 4/4] iio: accel: adxl345: Add ACPI support Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-21 16:20 +0100
[PATCH 2/4] iio: accel: adxl345: Split driver into core and I2C Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-16 11:10 +0100
Re: [PATCH 2/4] iio: accel: adxl345: Split driver into core and I2C Jonathan Cameron <jic23@kernel.org> - 2017-02-19 14:20 +0100
Re: [PATCH 2/4] iio: accel: adxl345: Split driver into core and I2C Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-20 07:50 +0100
Re: [PATCH 2/4] iio: accel: adxl345: Split driver into core and I2C Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-20 10:50 +0100
Re: [PATCH 2/4] iio: accel: adxl345: Split driver into core and I2C Andy Shevchenko <andy.shevchenko@gmail.com> - 2017-02-20 13:00 +0100
[PATCH 3/4] iio: accel: adxl345: Add SPI support Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-16 11:10 +0100
Re: [PATCH 3/4] iio: accel: adxl345: Add SPI support Jonathan Cameron <jic23@kernel.org> - 2017-02-19 14:20 +0100
Re: [PATCH 3/4] iio: accel: adxl345: Add SPI support Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-20 07:50 +0100
[PATCH 1/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access Eva Rachel Retuya <eraretuya@gmail.com> - 2017-02-16 11:10 +0100
Re: [PATCH 1/4] iio: accel: adxl345: Use I2C regmap instead of direct I2C access Jonathan Cameron <jic23@kernel.org> - 2017-02-19 14:10 +0100
csiph-web