Skip to content

Instantly share code, notes, and snippets.

@Unitoi01
Created March 12, 2018 15:25
Show Gist options
  • Save Unitoi01/0a60225e953f0ed200be6ff1bf5acdc6 to your computer and use it in GitHub Desktop.
Save Unitoi01/0a60225e953f0ed200be6ff1bf5acdc6 to your computer and use it in GitHub Desktop.
install and then use hub-crtrl
sudo apt-get update
sudo apt-get install libusb-dev
git clone https://github.com/codazoda/hub-ctrl.c
cd hub-ctrl.c
gcc -o hub-ctrl hub-ctrl.c -lusb
cp hub-ctrl ..
cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment