forked from len0rd/rockbox
usb-drv-as3525v2: use all endpoints
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31399 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f805b5d361
commit
b0e7869f00
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
#include "usb-drv-as3525v2.h"
|
||||
#include "usb_core.h"
|
||||
|
||||
static const uint8_t in_ep_list[] = {0, 1, 3}; // FIXME : EP5 ?
|
||||
static const uint8_t in_ep_list[] = {0, 1, 3, 5};
|
||||
static const uint8_t out_ep_list[] = {0, 2, 4};
|
||||
|
||||
/* store per endpoint, per direction, information */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue