forked from len0rd/rockbox
remove some debug..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14543 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f8818241b
commit
649734f5fc
3 changed files with 1 additions and 10 deletions
|
|
@ -166,9 +166,7 @@ static int ep_matches(struct usb_ep* ep, struct usb_endpoint_descriptor* desc)
|
|||
/* MATCH!! */
|
||||
|
||||
/* set address of used ep in desc */
|
||||
logf("ep address %x", desc->bEndpointAddress);
|
||||
desc->bEndpointAddress |= ep->ep_num;
|
||||
|
||||
ep->desc = desc;
|
||||
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue