iio: accel: kxcjk-1013: add the "KXCJ9000" ACPI id
authorAntonio Ospite <ao2@ao2.it>
Mon, 4 May 2015 09:13:03 +0000 (11:13 +0200)
committerJonathan Cameron <jic23@kernel.org>
Thu, 7 May 2015 09:42:31 +0000 (10:42 +0100)
This id has been seen in the DSDT of the Teclast X98 Air 3G tablet based
on Intel Bay Trail.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Bastien Nocera <hadess@hadess.net>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/kxcjk-1013.c

index df6f5d70fa3b4b4a08b4de1d3746d0225a7dbe6d..2285bca3b739da7cbcbc264c4603830ee15e6036 100644 (file)
@@ -1426,6 +1426,7 @@ static const struct dev_pm_ops kxcjk1013_pm_ops = {
 static const struct acpi_device_id kx_acpi_match[] = {
        {"KXCJ1013", KXCJK1013},
        {"KXCJ1008", KXCJ91008},
+       {"KXCJ9000", KXCJ91008},
        {"KXTJ1009", KXTJ21009},
        {"SMO8500",  KXCJ91008},
        { },