From 4fcffcbdf34fc7a619c0626f8478cf06cdf1a043 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 4 Jan 2012 21:55:09 +0000 Subject: Reorganise USB initialisation to not depend on a specific enumeration sequence, by Bartosz Fabianowski, with minor tweaks by Michael Sevakis (FS#12497) FreeBSD apparently sends a SET_ADDRESS first, which confused our code. This patch fixes that, and also simplifies the connection handling a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31582 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/imx233/usb-imx233.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'firmware/target/arm/imx233/usb-imx233.c') diff --git a/firmware/target/arm/imx233/usb-imx233.c b/firmware/target/arm/imx233/usb-imx233.c index e2bab4fef4..a89a2611ba 100644 --- a/firmware/target/arm/imx233/usb-imx233.c +++ b/firmware/target/arm/imx233/usb-imx233.c @@ -40,11 +40,6 @@ void usb_remove_int(void) usb_status_event(USB_EXTRACTED); } -void usb_drv_usb_detect_event() -{ - usb_status_event(USB_HOSTED); -} - void usb_attach(void) { usb_drv_attach(); -- cgit v1.2.3