Skip to content

Instantly share code, notes, and snippets.

@brownman
Created January 14, 2015 13:33
Show Gist options
  • Save brownman/e18e3ed5fd42624e501c to your computer and use it in GitHub Desktop.
Save brownman/e18e3ed5fd42624e501c to your computer and use it in GitHub Desktop.
mouse+keyboard not responding on first few clicks
#http://www.geekdevs.com/2010/04/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/
cd /sys/bus/pci/drivers/ehci_hcd/
sudo sh -c 'find ./ -name "0000:00:*" -print| sed "s/\.\///">unbind'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment