From a160e64b114d000c7bf3a91040dc1ca066694515 Mon Sep 17 00:00:00 2001 From: gevaerts Date: Sun, 24 May 2009 20:46:57 +0000 Subject: [PATCH] always call the class driver init function. This is needed because they are called before the usb_core_enable_driver() calls, so depending on enabled status breaks things git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21069 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usbstack/usb_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/usbstack/usb_core.c b/firmware/usbstack/usb_core.c index c4450af96..c980a2880 100644 --- a/firmware/usbstack/usb_core.c +++ b/firmware/usbstack/usb_core.c @@ -356,7 +356,7 @@ void usb_core_init(void) * won't be used. This simplifies other logic (i.e. we don't need to know * yet which drivers will be enabled */ for(i=0;i