staticconststruct acpi_device_id bmi160_acpi_match[] = { /* * FIRMWARE BUG WORKAROUND * Some manufacturers like GPD, Lenovo or Aya used the incorrect * ID "10EC5280" for bmi160 in their DSDT. A fixed firmware is not * available as of Feb 2024 after trying to work with OEMs, and * this is not expected to change anymore since at least some of * the affected devices are from 2021/2022.
*/
{"10EC5280", 0},
{"BMI0120", 0},
{"BMI0160", 0},
{ }
};
MODULE_DEVICE_TABLE(acpi, bmi160_acpi_match);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.