diff --git a/system/modules/home-pc-linux/fix-b550m-sleep/root/etc/systemd/system/wakeup-disable-GPP0.service b/system/modules/home-pc-linux/fix-b550m-sleep/root/etc/systemd/system/wakeup-disable-GPP0.service index ff46359d..47437470 100644 --- a/system/modules/home-pc-linux/fix-b550m-sleep/root/etc/systemd/system/wakeup-disable-GPP0.service +++ b/system/modules/home-pc-linux/fix-b550m-sleep/root/etc/systemd/system/wakeup-disable-GPP0.service @@ -3,6 +3,7 @@ Description=Fix suspend by disabling GPP0 sleepstate [Service] ExecStartPre=/bin/bash -c "echo GPP0 >> /proc/acpi/wakeup" +ExecStartPre=/bin/bash -c "echo XHC0 >> /proc/acpi/wakeup" ExecStart=/bin/bash -c "echo GPP8 >> /proc/acpi/wakeup" [Install]