commit | 0af5853bccd263161df80c259d61fc71211c5ac3 | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Jan 20 01:11:37 2006 -0500 |
committer | Len Brown <len.brown@intel.com> | Fri Jan 20 01:11:37 2006 -0500 |
tree | c6617e20b4c03b8be4ff89ea58badbd965ae89e1 | |
parent | 2ae4117435b30c7f9c12c89bcb323ce48b08c16a [diff] |
[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>