From fcdec06c1ade9be84433fd4e7d91633337d5106f Mon Sep 17 00:00:00 2001 From: Nikolay Arhipov Date: Thu, 15 Aug 2024 10:30:33 +0300 Subject: [PATCH] Disable wakeup from XHC0 --- .../root/etc/systemd/system/wakeup-disable-GPP0.service | 1 + 1 file changed, 1 insertion(+) 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]