Message ID | 20181012101750.29333-1-hdegoede@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | iio: accel: kxcjk1013: Add KIOX0009 ACPI Hardware-ID | expand |
On Fri, 12 Oct 2018 12:17:50 +0200 Hans de Goede <hdegoede@redhat.com> wrote: > Add KIOX0009 ACPI HID, this is used e.g. on the Acer One 10. > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> Applied to the togreg branch of iio.git and pushed out as staging for the autobuilders to largely ignore. Unfortunately it's missed the coming merge window so will have to wait for the next one. Thanks, Jonathan > --- > drivers/iio/accel/kxcjk-1013.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c > index af53a1084ee5..8600e4be88ad 100644 > --- a/drivers/iio/accel/kxcjk-1013.c > +++ b/drivers/iio/accel/kxcjk-1013.c > @@ -1489,6 +1489,7 @@ static const struct acpi_device_id kx_acpi_match[] = { > {"KXCJ1013", KXCJK1013}, > {"KXCJ1008", KXCJ91008}, > {"KXCJ9000", KXCJ91008}, > + {"KIOX0009", KXTJ21009}, > {"KIOX000A", KXCJ91008}, > {"KXTJ1009", KXTJ21009}, > {"SMO8500", KXCJ91008},
On Sat, 13 Oct 2018 14:19:38 +0100 Jonathan Cameron <jic23@kernel.org> wrote: > On Fri, 12 Oct 2018 12:17:50 +0200 > Hans de Goede <hdegoede@redhat.com> wrote: > > > Add KIOX0009 ACPI HID, this is used e.g. on the Acer One 10. > > > > Signed-off-by: Hans de Goede <hdegoede@redhat.com> > Applied to the togreg branch of iio.git and pushed out as staging > for the autobuilders to largely ignore. Pushed out as 'testing' that is... oops. > > Unfortunately it's missed the coming merge window so will > have to wait for the next one. > > Thanks, > > Jonathan > > > --- > > drivers/iio/accel/kxcjk-1013.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c > > index af53a1084ee5..8600e4be88ad 100644 > > --- a/drivers/iio/accel/kxcjk-1013.c > > +++ b/drivers/iio/accel/kxcjk-1013.c > > @@ -1489,6 +1489,7 @@ static const struct acpi_device_id kx_acpi_match[] = { > > {"KXCJ1013", KXCJK1013}, > > {"KXCJ1008", KXCJ91008}, > > {"KXCJ9000", KXCJ91008}, > > + {"KIOX0009", KXTJ21009}, > > {"KIOX000A", KXCJ91008}, > > {"KXTJ1009", KXTJ21009}, > > {"SMO8500", KXCJ91008}, >
diff --git a/drivers/iio/accel/kxcjk-1013.c b/drivers/iio/accel/kxcjk-1013.c index af53a1084ee5..8600e4be88ad 100644 --- a/drivers/iio/accel/kxcjk-1013.c +++ b/drivers/iio/accel/kxcjk-1013.c @@ -1489,6 +1489,7 @@ static const struct acpi_device_id kx_acpi_match[] = { {"KXCJ1013", KXCJK1013}, {"KXCJ1008", KXCJ91008}, {"KXCJ9000", KXCJ91008}, + {"KIOX0009", KXTJ21009}, {"KIOX000A", KXCJ91008}, {"KXTJ1009", KXTJ21009}, {"SMO8500", KXCJ91008},
Add KIOX0009 ACPI HID, this is used e.g. on the Acer One 10. Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- drivers/iio/accel/kxcjk-1013.c | 1 + 1 file changed, 1 insertion(+)