[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)
commit0af5853bccd263161df80c259d61fc71211c5ac3
treec6617e20b4c03b8be4ff89ea58badbd965ae89e1
parent2ae4117435b30c7f9c12c89bcb323ce48b08c16a
[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 <len.brown@intel.com>
drivers/pnp/pnpacpi/rsparser.c