sleep.c (7bee946358c3cb957d4aa648fc5ab3cad0b232d0) | sleep.c (2a9ef8e1a856be8e526bb9b10fb98c5012f6e3f8) |
---|---|
1/* 2 * sleep.c - ACPI sleep support. 3 * 4 * Copyright (c) 2005 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> 5 * Copyright (c) 2004 David Shaohua Li <shaohua.li@intel.com> 6 * Copyright (c) 2000-2003 Patrick Mochel 7 * Copyright (c) 2003 Open Source Development Lab 8 * --- 380 unchanged lines hidden (view full) --- 389 { 390 .callback = init_set_sci_en_on_resume, 391 .ident = "Toshiba Satellite L300", 392 .matches = { 393 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 394 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"), 395 }, 396 }, | 1/* 2 * sleep.c - ACPI sleep support. 3 * 4 * Copyright (c) 2005 Alexey Starikovskiy <alexey.y.starikovskiy@intel.com> 5 * Copyright (c) 2004 David Shaohua Li <shaohua.li@intel.com> 6 * Copyright (c) 2000-2003 Patrick Mochel 7 * Copyright (c) 2003 Open Source Development Lab 8 * --- 380 unchanged lines hidden (view full) --- 389 { 390 .callback = init_set_sci_en_on_resume, 391 .ident = "Toshiba Satellite L300", 392 .matches = { 393 DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"), 394 DMI_MATCH(DMI_PRODUCT_NAME, "Satellite L300"), 395 }, 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 {}, 398}; 399#endif /* CONFIG_SUSPEND */ 400 401#ifdef CONFIG_HIBERNATION 402/* 403 * The ACPI specification wants us to save NVS memory regions during hibernation 404 * and to restore them during the subsequent resume. However, it is not certain --- 360 unchanged lines hidden --- | 406 {}, 407}; 408#endif /* CONFIG_SUSPEND */ 409 410#ifdef CONFIG_HIBERNATION 411/* 412 * The ACPI specification wants us to save NVS memory regions during hibernation 413 * and to restore them during the subsequent resume. However, it is not certain --- 360 unchanged lines hidden --- |