提交 1911f48d 编写于 作者: H Hans de Goede 提交者: Jonathan Cameron

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: NHans de Goede <hdegoede@redhat.com>
Signed-off-by: NJonathan Cameron <jic23@kernel.org>
上级 9b326dfc
...@@ -64,6 +64,7 @@ static const struct acpi_device_id bmc150_accel_acpi_match[] = { ...@@ -64,6 +64,7 @@ static const struct acpi_device_id bmc150_accel_acpi_match[] = {
{"BMA250E", bma250e}, {"BMA250E", bma250e},
{"BMA222E", bma222e}, {"BMA222E", bma222e},
{"BMA0280", bma280}, {"BMA0280", bma280},
{"BOSC0200"},
{ }, { },
}; };
MODULE_DEVICE_TABLE(acpi, bmc150_accel_acpi_match); MODULE_DEVICE_TABLE(acpi, bmc150_accel_acpi_match);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册