Comment 19 for bug 1795763

Revision history for this message
neeraj sharma (neeraj-cu) wrote :

unbind and bind gets the usb enumeration back

echo -n "0000:07:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;
echo -n "0000:08:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;
echo -n "0000:0b:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;
echo -n "0000:0c:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;
echo -n "0000:0f:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;
echo -n "0000:10:00.0" > /sys/bus/pci/drivers/xhci_hcd/unbind;

echo -n "0000:07:00.0" > /sys/bus/pci/drivers/xhci_hcd/bind;
echo -n "0000:08:00.0" > /sys/bus/pci/drivers/xhci_hcd/bind;
echo -n "0000:0b:00.0" > /sys/bus/pci/drivers/xhci_hcd/bind;
echo -n "0000:0c:00.0" > /sys/bus/pci/drivers/xhci_hcd/bind;
echo -n "0000:0f:00.0" > /sys/bus/pci/drivers/xhci_hcd/bind;
echo -n "0000:10:00.0" > /sys/bus/pci/drivers/xhci_hcd/bind;