1
0
Fork 0
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:
Rafaël Carré 2011-12-22 04:20:05 +00:00
parent f805b5d361
commit b0e7869f00

View file

@ -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 */