diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 07:17:49 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-04-18 07:17:49 +0000 |
commit | 6a197909c4b1c3a9ffda2cccf5f924eefa8a5a75 (patch) | |
tree | 781043973d441a8de37c36ab08f807e4254876a8 | |
parent | d9862e4ad30a74da88a2cd2ec5eb2780a627da49 (diff) | |
download | plan9front-6a197909c4b1c3a9ffda2cccf5f924eefa8a5a75.tar.xz |
boot(8): usb/usbd might fail when no hubs are detected
-rw-r--r-- | sys/src/9/boot/bootrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/9/boot/bootrc b/sys/src/9/boot/bootrc index 21af98811..2e2355a63 100644 --- a/sys/src/9/boot/bootrc +++ b/sys/src/9/boot/bootrc @@ -42,7 +42,7 @@ fn devinit{ fn usbinit{ if(test -e '#u'){ bind -a '#u' /dev - must usb/usbd + usb/usbd } } |