From 07427592a928ab3d164fbcca842399af6d5ca7ef Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 20 Feb 2008 22:54:26 +0000 Subject: Major USB stack improvements. It now works at nearly the maximum speed for a full speed connection, and does seem stable. Still not enabled by default, #define USE_ROCKBOX_USB is still required to enable it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16360 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usbstack/usb_storage.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/usbstack/usb_storage.h') diff --git a/firmware/usbstack/usb_storage.h b/firmware/usbstack/usb_storage.h index 9067c92..23903a8 100644 --- a/firmware/usbstack/usb_storage.h +++ b/firmware/usbstack/usb_storage.h @@ -22,8 +22,7 @@ #include "usb_ch9.h" void usb_storage_init(void); -void usb_storage_transfer(void* data); -void usb_storage_transfer_complete(int endpoint); +void usb_storage_transfer_complete(bool in,int state,int length); bool usb_storage_control_request(struct usb_ctrlrequest* req); #endif -- cgit v1.1