/* * We can often guess better than "UNKNOWN" based on the device IDs * but unfortunately this information is not always accurate. There are some * devices where ACPI firmware specifies an ID like "BMA250E" when the device * actually has a BMA222E. The driver attempts to detect those by reading the * chip ID from the registers but this information is not always enough either. * * Therefore, this enum should be only used when the chip ID detection is not * enough and we can be reasonably sure that the device IDs are reliable * in practice (e.g. for device tree platforms).
*/ enum bmc150_type {
BOSCH_UNKNOWN,
BOSCH_BMC156,
};
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.