From bec6aa3176fc6d5ce80bcd4d6022358aa6c01629 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 26 Apr 2008 19:02:16 +0000 Subject: - change the usb class driver framework to allow for device classes with more than one interface or more than one endpoint pair - move the charging-only dummy driver out of usb_core git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17252 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/usb_core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/export/usb_core.h') diff --git a/firmware/export/usb_core.h b/firmware/export/usb_core.h index fc1c742286..5d888ce438 100644 --- a/firmware/export/usb_core.h +++ b/firmware/export/usb_core.h @@ -53,6 +53,7 @@ void usb_core_enable_driver(int driver,bool enabled); bool usb_core_driver_enabled (int driver); void usb_core_handle_transfer_completion( struct usb_transfer_completion_event_data* event); +int usb_core_ack_control(struct usb_ctrlrequest* req); #ifdef HAVE_HOTSWAP void usb_core_hotswap_event(int volume,bool inserted); #endif -- cgit v1.2.3