forked from len0rd/rockbox
Add a disconnect handler for usb storage. It doesn't do anything yet, but it will apparently be needed to reset the audio buffer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19418 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e2b69ddffb
commit
19dfe330a1
3 changed files with 7 additions and 1 deletions
|
@ -27,6 +27,7 @@ int usb_storage_request_endpoints(struct usb_class_driver *);
|
|||
int usb_storage_set_first_interface(int interface);
|
||||
int usb_storage_get_config_descriptor(unsigned char *dest,int max_packet_size);
|
||||
void usb_storage_init_connection(void);
|
||||
void usb_storage_disconnect(void);
|
||||
void usb_storage_init(void);
|
||||
void usb_storage_transfer_complete(int ep,int dir,int state,int length);
|
||||
bool usb_storage_control_request(struct usb_ctrlrequest* req);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue