[UBUNTU:acpi] Bad characters shouldn't be fatal. PatchAuthor: Len Brown <len.brown@xxxxxxxxx> --- drivers/acpi/namespace/nssearch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2617-pv.orig/drivers/acpi/namespace/nssearch.c +++ linux-2617-pv/drivers/acpi/namespace/nssearch.c @@ -309,7 +309,7 @@ acpi_ns_search_and_enter(u32 target_name if (!acpi_ut_valid_acpi_name(target_name)) { ACPI_ERROR((AE_INFO, "Bad character in ACPI Name: %X", target_name)); - return_ACPI_STATUS(AE_BAD_CHARACTER); + //return_ACPI_STATUS(AE_BAD_CHARACTER); } /* Try to find the name in the namespace level specified by the caller */ - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html