summaryrefslogtreecommitdiff
path: root/firmware/export/usb_core.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-04-26 19:02:16 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-04-26 19:02:16 +0000
commitbec6aa3176fc6d5ce80bcd4d6022358aa6c01629 (patch)
treedfbaa924ba3e13d6f73dc446b1a2149610ed3e67 /firmware/export/usb_core.h
parent33c44461e1b5fb9aff2f8ba7470ad2449b3c410e (diff)
downloadrockbox-bec6aa3176fc6d5ce80bcd4d6022358aa6c01629.tar.gz
rockbox-bec6aa3176fc6d5ce80bcd4d6022358aa6c01629.zip
- 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
Diffstat (limited to 'firmware/export/usb_core.h')
-rw-r--r--firmware/export/usb_core.h1
1 files changed, 1 insertions, 0 deletions
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);
53bool usb_core_driver_enabled (int driver); 53bool usb_core_driver_enabled (int driver);
54void usb_core_handle_transfer_completion( 54void usb_core_handle_transfer_completion(
55 struct usb_transfer_completion_event_data* event); 55 struct usb_transfer_completion_event_data* event);
56int usb_core_ack_control(struct usb_ctrlrequest* req);
56#ifdef HAVE_HOTSWAP 57#ifdef HAVE_HOTSWAP
57void usb_core_hotswap_event(int volume,bool inserted); 58void usb_core_hotswap_event(int volume,bool inserted);
58#endif 59#endif