Skip to content

Commit 4d19c48

Browse files
Tofeejic23
authored andcommitted
iio: accel: kxcjk-1013: add the "KIOX000A" ACPI id
On the Cube i9 tablet, the ACPI id for the Kionix kxcj9 accelerometer is "KIOX000A" (as can be seen in the DSDT of the Cube i9 tablet). It is the same accelerometer, so only adding the ACPI id is needed. Signed-off-by: Christophe Chapuis <[email protected]> Reviewed-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent b75b23b commit 4d19c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/accel/kxcjk-1013.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,6 +1392,7 @@ static const struct acpi_device_id kx_acpi_match[] = {
13921392
{"KXCJ1013", KXCJK1013},
13931393
{"KXCJ1008", KXCJ91008},
13941394
{"KXCJ9000", KXCJ91008},
1395+
{"KIOX000A", KXCJ91008},
13951396
{"KXTJ1009", KXTJ21009},
13961397
{"SMO8500", KXCJ91008},
13971398
{ },

0 commit comments

Comments
 (0)