From 4f2dfcc01b260d946044ef2b6af5fe36cb772c8d Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sun, 24 May 2009 20:46:57 +0000 Subject: 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 c4450af964..c980a28804 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