PR/48494: Ryo Onodera: After ACPICA 20131218 update, uhub topology is
misanderstood on macbook air. Ryo by bisection found that the following commit causes the problem: https://github.com/acpica/acpica/commit/\ 637accd073a205eb4acac935f34d0eaee0c301a8. This is tracked in: https://bugs.acpica.org/show_bug.cgi?id=1016
This commit is contained in:
parent
e47237241a
commit
27778cf9f8
|
@ -618,7 +618,10 @@ AcpiNsInitOneDevice (
|
|||
ACPI_DEBUG_EXEC (AcpiUtDisplayInitPathname (
|
||||
ACPI_TYPE_METHOD, DeviceNode, METHOD_NAME__INI));
|
||||
|
||||
#if 0
|
||||
// https://bugs.acpica.org/show_bug.cgi?id=1016
|
||||
ACPI_MEMSET (Info, 0, sizeof (ACPI_EVALUATE_INFO));
|
||||
#endif
|
||||
Info->PrefixNode = DeviceNode;
|
||||
Info->RelativePathname = __UNCONST(METHOD_NAME__INI);
|
||||
Info->Parameters = NULL;
|
||||
|
|
Loading…
Reference in New Issue