Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 98859
Collapse All | Expand All

(-)usr/src/nv/nv.c (+1 lines)
Lines 3625-3630 Link Here
3625
    switch (state)
3625
    switch (state)
3626
    {
3626
    {
3627
        case PM_SUSPEND_MEM:
3627
        case PM_SUSPEND_MEM:
3628
        case PM_SUSPEND_STANDBY:
3628
            nv_printf(NV_DBG_INFO, "NVRM: ACPI: received suspend event\n");
3629
            nv_printf(NV_DBG_INFO, "NVRM: ACPI: received suspend event\n");
3629
            status = rm_power_management(nv, 0, NV_PM_ACPI_STANDBY);
3630
            status = rm_power_management(nv, 0, NV_PM_ACPI_STANDBY);
3630
            break;
3631
            break;

Return to bug 98859