From f3d4bba977b8a63ca3067de626151dc4dabb3947 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Sun, 10 Jan 2021 12:48:21 +0100 Subject: [PATCH] enable USB device scan --- sys/BaS.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys/BaS.c b/sys/BaS.c index c7f1e86..d0fb7cc 100644 --- a/sys/BaS.c +++ b/sys/BaS.c @@ -787,11 +787,6 @@ void init_usb(void) int usb_found = 0; int index = 0; - /* - * disabled for now - */ - return; - inf("USB controller initialization:\r\n"); do @@ -1051,7 +1046,7 @@ void BaS(void) video_init(); /* initialize USB devices */ - // init_usb(); + init_usb(); set_ipl(7); /* disable interrupts */