#!/bin/bash -e

for i in /sys/bus/pci/drivers/[uoex]hci_hcd/*:*; do
	echo "${i##*/}" | sudo tee "${i%/*}/"{unbind,bind}
done