/* * Some TigerLake devices based on an initial Intel BIOS do not expose * the correct _ADR in the DSDT. * Remap the bad _ADR values to the ones reported by hardware
*/ staticconststruct adr_remap intel_tgl_bios[] = {
{
0x000010025D070100ull,
0x000020025D071100ull
},
{
0x000110025d070100ull,
0x000120025D130800ull
},
{}
};
/* * The initial version of the Dell SKU 0A3E did not expose the devices * on the correct links.
*/ staticconststruct adr_remap dell_sku_0A3E[] = { /* rt715 on link0 */
{
0x00020025d071100ull,
0x00021025d071500ull
}, /* rt711 on link1 */
{
0x000120025d130800ull,
0x000120025d071100ull,
}, /* rt1308 on link2 */
{
0x000220025d071500ull,
0x000220025d130800ull
},
{}
};
/* * The HP Omen 16-k0005TX does not expose the correct version of RT711 on link0 * and does not expose a RT1316 on link3
*/ staticconststruct adr_remap hp_omen_16[] = { /* rt711-sdca on link0 */
{
0x000020025d071100ull,
0x000030025d071101ull
}, /* rt1316-sdca on link3 */
{
0x000120025d071100ull,
0x000330025d131601ull
},
{}
};
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.