Skip to content

Instantly share code, notes, and snippets.

@Tydewest
Last active February 21, 2021 11:59
Show Gist options
  • Save Tydewest/33ea32879bf4efa23988cc4208710e6f to your computer and use it in GitHub Desktop.
Save Tydewest/33ea32879bf4efa23988cc4208710e6f to your computer and use it in GitHub Desktop.
Resets MacOS USB Controller, rectifying USB power issues for connected external devices such as Phones & Drives
#!/bin/bash
sudo killall -STOP -c usbd
echo "USB Reset Complete\n"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment