All of lore.kernel.org
 help / color / mirror / Atom feed
From: Valentin Manea <linux-iio@mrs.ro>
To: linux-iio@vger.kernel.org
Subject: [PATCH] iio: accel: kxcjk1013: Add KIOX0008 ACPI Hardware-ID
Date: Sun, 31 Mar 2019 14:54:08 +0000	[thread overview]
Message-ID: <abfff08c719e6da87b6fd029d4f985e8@mrs.ro> (raw)

Add the ACPI ID for KXCJ9 sensor seen on the a Teclast X80 Power
tablet.

Signed-off-by: Valentin Manea <linux-iio@mrs.ro>
---
  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 7096e577b..aecf629ba 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},
+	{"KIOX0008", KXCJ91008},
  	{"KIOX0009", KXTJ21009},
  	{"KIOX000A", KXCJ91008},
  	{"KIOX010A", KXCJ91008}, /* KXCJ91008 inside the display of a 2-in-1 
*/
-- 
2.17.1


             reply	other threads:[~2019-03-31 14:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-31 14:54 Valentin Manea [this message]
2019-04-07 11:48 ` [PATCH] iio: accel: kxcjk1013: Add KIOX0008 ACPI Hardware-ID Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=abfff08c719e6da87b6fd029d4f985e8@mrs.ro \
    --to=linux-iio@mrs.ro \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.