forked from len0rd/rockbox
usb: add request data argument to all control request handlers
Change-Id: I237143fa0d95c914b8e25ed22f8acde96ec00551
This commit is contained in:
parent
b69d43c247
commit
dff8320a5d
8 changed files with 38 additions and 32 deletions
|
|
@ -30,7 +30,7 @@ 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, unsigned char* dest);
|
||||
bool usb_storage_control_request(struct usb_ctrlrequest* req, void* reqdata, unsigned char* dest);
|
||||
#ifdef HAVE_HOTSWAP
|
||||
void usb_storage_notify_hotswap(int volume,bool inserted);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue