Skip to content

Instantly share code, notes, and snippets.

@davidhoness
Created October 19, 2018 07:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidhoness/16754bdcb737a870d9490afb7b6d24b4 to your computer and use it in GitHub Desktop.
Save davidhoness/16754bdcb737a870d9490afb7b6d24b4 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo 0 > /sys/devices/platform/soc/*.usb/usb1/1-1/1-1\:1.0/1-1-port2/power/pm_qos_no_power_off
sleep 10
echo 1 > /sys/devices/platform/soc/*.usb/usb1/1-1/1-1\:1.0/1-1-port2/power/pm_qos_no_power_off
@davidhoness
Copy link
Author

Note

Only works if there's no device on the first USB port (top left)

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