Skip to content

Commit 1911f48

Browse files
jwrdegoedejic23
authored andcommitted
iio: accel: bmc150: Add support for BOSC0200 ACPI device id
Add support for the BOSC0200 ACPI device id used on some x86 tablets. note driver_data is not set to a specific model, driver_data is not used anyways (instead detection is done on the chip_id reg) and the 2 tablets with a BOSC0200 ACPI device id I've have 2 different chips, one has a BMA250E, the other a BMA222E. Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 9b326df commit 1911f48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/iio/accel/bmc150-accel-i2c.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ static const struct acpi_device_id bmc150_accel_acpi_match[] = {
6464
{"BMA250E", bma250e},
6565
{"BMA222E", bma222e},
6666
{"BMA0280", bma280},
67+
{"BOSC0200"},
6768
{ },
6869
};
6970
MODULE_DEVICE_TABLE(acpi, bmc150_accel_acpi_match);

0 commit comments

Comments
 (0)