From 6a197909c4b1c3a9ffda2cccf5f924eefa8a5a75 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 18 Apr 2011 07:17:49 +0000 Subject: boot(8): usb/usbd might fail when no hubs are detected --- sys/src/9/boot/bootrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src') 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 } } -- cgit v1.2.3