1
0
Fork 0
forked from len0rd/rockbox

hwstub: allow the stub to relocate itself

Change-Id: Iab60c6ec0e8eda19c76c84241f8367d53cb4f87b
This commit is contained in:
Amaury Pouly 2013-08-11 19:17:36 +02:00
parent cb8274373b
commit 0ec1536d64
3 changed files with 25 additions and 1 deletions

View file

@ -496,7 +496,7 @@ void main(uint32_t arg)
{
struct usb_ctrlrequest req;
usb_drv_recv_setup(&req);
switch(req.bRequestType & USB_TYPE_MASK)
{
case USB_TYPE_STANDARD: