Skip to content

Commit

Permalink
Disable wakeup from XHC0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Aug 15, 2024
1 parent 2c1818f commit fcdec06
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fcdec06

Please sign in to comment.