[ACPI] better fix for pnpacpi regression resulting from ACPICA 20051117
authorLen Brown <len.brown@intel.com>
Fri, 20 Jan 2006 06:11:37 +0000 (01:11 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 20 Jan 2006 06:11:37 +0000 (01:11 -0500)
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 <len.brown@intel.com>

No differences found