1 2 3 4 5
#!/bin/bash -e for i in /sys/bus/pci/drivers/[uoex]hci_hcd/*:*; do echo "${i##*/}" | sudo tee "${i%/*}/"{unbind,bind} done