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

            Bug ID: 217003
           Summary: PM: resume devices took ~60 seconds on Dell Vostro
                    5626
           Product: ACPI
           Version: 2.5
    Kernel Version: 6.1.9.200
          Hardware: AMD
                OS: Linux
              Tree: Fedora
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Power-Sleep-Wake
          Assignee: acpi_power-sleep-w...@kernel-bugs.osdl.org
          Reporter: dbil...@stdio.gr
        Regression: No

The issue occurred on a brand new Dell Vostro 5626 laptop equipped with Ryzen 7
5825U processor running Fedora 37 (Kernel 6.1.9-200.fc37.x86_64).

Searching for a solution i found the following:
https://bugzilla.kernel.org/show_bug.cgi?id=216440
https://bugzilla.kernel.org/show_bug.cgi?id=216773

based on those i did make a custom kernel with a similar patch and the issue
seems to be resolved.

Bellow is the patch for the modified kernel:
---
 drivers/acpi/x86/utils.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/drivers/acpi/x86/utils.c b/drivers/acpi/x86/utils.c
index 4e816bb40..c75266fa2 100644
--- a/drivers/acpi/x86/utils.c
+++ b/drivers/acpi/x86/utils.c
@@ -225,6 +225,13 @@ static const struct dmi_system_id force_storage_d3_dmi[] =
{
                        DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 16 5625"),
                }
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "Vostro 5625"),
+               }
+       },
+
        {}
 };

-- 

I am not sure if here is the proper way of reporting this.

-- 
You may reply to this email to add a comment.

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

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to