commit | ed349a8a0a780ed27e2a765f16cee54d9b63bfee | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Thu Jan 05 02:40:11 2006 -0500 |
committer | Len Brown <len.brown@intel.com> | Thu Jan 05 02:40:11 2006 -0500 |
tree | 7b50020df7552127d309d1bbc2f248ce6099219b | |
parent | 3173cdfe02995f6c6841a28b5148f94cefd8ab77 [diff] |
[ACPI] fix pnpacpi regression resulting from ACPICA 20051117 In ACPICA 20051117, acpi_walk_resources() started sending ACPI_RESOURCE_TYPE_END_TAG to the callback routine which wasn't prepared for it, causing _CRS to fail and PnPACPI to not recognize any devices: pnp: ACPI device : hid PNP0C02 pnp: PnPACPI: unknown resource type 7 pnp: PnPACPI: METHOD_NAME__CRS failure for PNP0c02 Signed-off-by: Len Brown <len.brown@intel.com>