From: Len Brown Date: Fri, 20 Jan 2006 06:11:37 +0000 (-0500) Subject: [ACPI] better fix for pnpacpi regression resulting from ACPICA 20051117 X-Git-Tag: v2.6.16-rc2~1^2~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af5853bccd263161df80c259d61fc71211c5ac3;p=pandora-kernel.git [ACPI] better fix for pnpacpi regression resulting from ACPICA 20051117 Rather than tweaking acpi_walk_resource() again not return end tags, modify the pnpacpi code to ignore them. The pnpacpi resource type switch statements now include all known types in the order that they're defined -- so it is easy to see what is not implemented. The code will squawk only if it sees a truly undefined type. Signed-off-by: Len Brown --- Reading git-diff-tree failed