[PATCH 0/4] iio: imu: bmi270: Match PNP ID found on gaming handheld firmwares
From: Philip Mueller
Date: Fri Jul 31 2026 - 16:08:26 EST
Within "Add i2c driver for Bosch BMI260 IMU" by Justin Weiss we had the following PNP IDs:
static const struct acpi_device_id bmi260_acpi_match[] = {
{"BOSC0260", 0},
{"BMI0260", 0},
{"BOSC0160", 0},
{"BMI0160", 0},
{"10EC5280", 0},
{ },
};
Some of them weren't added when enabling BMI260 support within the bmi270 driver.
The following patches will fix that and enable several additional handhelds using the bmi270 driver properly.
Tested on close to final prototype of OrangePi Neo 2026 8840u model.
Philip Mueller (4):
iio: imu: bmi270: Match PNP ID found on OrangePi Neo 2026
iio: imu: bmi270: Match PNP ID found on OneXPlayer X1 Pro (AMD)
iio: imu: bmi270: add BOSC0160 PNP ID for gaming handhelds
iio: imu: bmi270: fix typo found in dc757dc
drivers/iio/imu/bmi270/bmi270_i2c.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
base-commit: 8ba098e6b6ff0db8edf28528d1552be261af30d4
--
2.55.0