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:
christos 2014-01-05 15:45:43 +00:00
parent e47237241a
commit 27778cf9f8
1 changed files with 3 additions and 0 deletions

View File

@ -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;