Hi there,

I have been having a problem getting 2 USB devices to play nicely together (see original question "2 x USB Joysticks doing strange things in Fedora" - can't post links at the moment). I thought I would ask my follow-up in a separate question as it is a bit of a different issue.

Basically I am looking for a way in Fedora 14 to restart the USB system so that all USB devices disconnect and reconnect to the OS.

I have tried to google how to do this and have found one way that is to use modprobe on ehci_hcd however in fedora ehci is built in, I found how to stop ehci by doing:

Code:
echo -n "0000:00:xx.x" > /sys/bus/pci/drivers/ehci_hcd/unbind
Where xx.x corresponds to the results of

Code:
lspci|grep -i ehci
But I am not sure how to get it back up and running again. Any ideas ?

Many thanks,

Stuart