diff options
-rw-r--r-- | drivers/acpi/sleep.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/sleep.c b/drivers/acpi/sleep.c index 00456fccfa3..31ff2a9a03d 100644 --- a/drivers/acpi/sleep.c +++ b/drivers/acpi/sleep.c | |||
@@ -394,6 +394,15 @@ static struct dmi_system_id __initdata acpisleep_dmi_table[] = { | |||
394 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"), | 394 | DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"), |
395 | }, | 395 | }, |
396 | }, | 396 | }, |
397 | { | ||
398 | .callback = init_old_suspend_ordering, | ||
399 | .ident = "Panasonic CF51-2L", | ||
400 | .matches = { | ||
401 | DMI_MATCH(DMI_BOARD_VENDOR, | ||
402 | "Matsushita Electric Industrial Co.,Ltd."), | ||
403 | DMI_MATCH(DMI_BOARD_NAME, "CF51-2L"), | ||
404 | }, | ||
405 | }, | ||
397 | {}, | 406 | {}, |
398 | }; | 407 | }; |
399 | #endif /* CONFIG_SUSPEND */ | 408 | #endif /* CONFIG_SUSPEND */ |