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_serial_init_connection(void);
|
|||
void usb_serial_init(void);
|
||||
void usb_serial_disconnect(void);
|
||||
void usb_serial_transfer_complete(int ep,int dir, int status, int length);
|
||||
bool usb_serial_control_request(struct usb_ctrlrequest* req, unsigned char *dest);
|
||||
bool usb_serial_control_request(struct usb_ctrlrequest* req, void* reqdata, unsigned char *dest);
|
||||
|
||||
void usb_serial_send(const unsigned char *data, int length);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue