https://bugzilla.kernel.org/show_bug.cgi?id=108011

Aaron Lu <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |[email protected]

--- Comment #1 from Aaron Lu <[email protected]> ---
(In reply to Casey Peel from comment #0)
> After being suspended, my Sony VGN-NW320F would always boot instead of
> wakeup.
> After using acpi_sleep=nonvs, it is working correctly. This bug is to add
> this Sony model to the blacklist.
> 
> I've attached dmiencode output.

forgot to attach?

> 
> # uname -a
> Linux Radagast 4.2.5-201.fc22.x86_64 #1 SMP Wed Oct 28 20:00:23 UTC 2015
> x86_64 x86_64 x86_64 GNU/Linux
> 
> (see also bug 16396)

Would you care to send a patch for this problem? The corresponding DMI table to
add an entry for your laptop is acpisleep_dmi_table, the callback should be set
to init_nvs_nosave. Take the other Sony machine as an example:
        {
        .callback = init_nvs_nosave,
        .ident = "Sony Vaio VGN-FW21E",
        .matches = {
                DMI_MATCH(DMI_SYS_VENDOR, "Sony Corporation"),
                DMI_MATCH(DMI_PRODUCT_NAME, "VGN-FW21E"),
                },
        },
I think you just need to change the ident and PRODUCT_NAME line.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to