The following changes were made:

* /etc/modprobe.d added
  * blacklist.conf and usb.conf added
  * usher added to manage blacklist.conf and usb.conf
This commit is contained in:
2017-05-16 17:06:08 -05:00
parent cb39d79bc4
commit d3b33bbcca
4 changed files with 37 additions and 1 deletions

2
SNAP/usb.conf Normal file
View File

@@ -0,0 +1,2 @@
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true