From: Len Brown <len.brown@xxxxxxxxx> Toshiba Satellite C655D-S5048 https://bugzilla.kernel.org/show_bug.cgi?id=14679 Signed-off-by: Len Brown <len.brown@xxxxxxxxx> --- drivers/acpi/bus.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index 5c221ab..5d48332 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c @@ -99,6 +99,14 @@ static struct dmi_system_id dsdt_dmi_table[] __initdata = { DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L505D"), }, }, + { + .callback = set_copy_dsdt, + .ident = "TOSHIBA Satellite C655D-S5048", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), + DMI_MATCH(DMI_PRODUCT_NAME, "Satellite C655D"), + }, + }, {} }; #else -- 1.7.3.2.g9027fa -- 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