Skip to content

Instantly share code, notes, and snippets.

@oskarsh
Created March 30, 2019 20:17
Show Gist options
  • Save oskarsh/c168e68716118d942c900dcc6ed927c7 to your computer and use it in GitHub Desktop.
Save oskarsh/c168e68716118d942c900dcc6ed927c7 to your computer and use it in GitHub Desktop.
#sudo vi /etc/udev/rules.d/90-xhc_sleep.rules
# disable wake from S3 on XHC1
SUBSYSTEM=="pci", KERNEL=="0000:00:14.0", ATTR{power/wakeup}="disabled"
@oskarsh
Copy link
Author

oskarsh commented Mar 30, 2019

fixes no suspend due to wrongly configured usb ports on Linux for the macbook pro

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment