|
225 | 225 | For broken nForce2 BIOS resulting in XT-PIC timer.
|
226 | 226 |
|
227 | 227 | acpi_sleep= [HW,ACPI] Sleep options
|
228 |
| - Format: { s3_bios, s3_mode, s3_beep, s4_nohwsig, |
229 |
| - old_ordering, nonvs, sci_force_enable, nobl } |
| 228 | + Format: { s3_bios, s3_mode, s3_beep, s4_hwsig, |
| 229 | + s4_nohwsig, old_ordering, nonvs, |
| 230 | + sci_force_enable, nobl } |
230 | 231 | See Documentation/power/video.rst for information on
|
231 | 232 | s3_bios and s3_mode.
|
232 | 233 | s3_beep is for debugging; it makes the PC's speaker beep
|
233 | 234 | as soon as the kernel's real-mode entry point is called.
|
| 235 | + s4_hwsig causes the kernel to check the ACPI hardware |
| 236 | + signature during resume from hibernation, and gracefully |
| 237 | + refuse to resume if it has changed. This complies with |
| 238 | + the ACPI specification but not with reality, since |
| 239 | + Windows does not do this and many laptops do change it |
| 240 | + on docking. So the default behaviour is to allow resume |
| 241 | + and simply warn when the signature changes, unless the |
| 242 | + s4_hwsig option is enabled. |
234 | 243 | s4_nohwsig prevents ACPI hardware signature from being
|
235 |
| - used during resume from hibernation. |
| 244 | + used (or even warned about) during resume. |
236 | 245 | old_ordering causes the ACPI 1.0 ordering of the _PTS
|
237 | 246 | control method, with respect to putting devices into
|
238 | 247 | low power states, to be enforced (the ACPI 2.0 ordering
|
|
0 commit comments