mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 01:22:38 -05:00
usb-srv-as3525v2: backport r31458
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0003018efe
commit
98b38c439e
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ static void usb_drv_transfer(int ep, void *ptr, int len, bool out)
|
|||
endpoint->status = -1;
|
||||
|
||||
if (out)
|
||||
DEPCTL(ep, out) &= ~DEPCTL_naksts;
|
||||
DEPCTL(ep, out) &= ~DEPCTL_stall;
|
||||
DEPCTL(ep, out) |= DEPCTL_usbactep;
|
||||
|
||||
int mps = usb_drv_port_speed() ? 512 : 64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue