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
|
@ -187,7 +187,7 @@ static struct usb_class_driver drivers[USB_NUM_DRIVERS] =
|
|||
.get_config_descriptor = usb_storage_get_config_descriptor,
|
||||
.init_connection = usb_storage_init_connection,
|
||||
.init = usb_storage_init,
|
||||
.disconnect = NULL,
|
||||
.disconnect = usb_storage_disconnect,
|
||||
.transfer_complete = usb_storage_transfer_complete,
|
||||
.control_request = usb_storage_control_request,
|
||||
#ifdef HAVE_HOTSWAP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue