diff --git a/firmware/target/arm/usb-s3c6400x.c b/firmware/target/arm/usb-s3c6400x.c index b775497b2b..af4f0eb955 100644 --- a/firmware/target/arm/usb-s3c6400x.c +++ b/firmware/target/arm/usb-s3c6400x.c @@ -224,7 +224,7 @@ static void handle_ep_int(bool out) DEPDMA(0, true) = &ctrlreq; DEPCTL(0, true) |= DEPCTL_epena | DEPCTL_cnak; } - DEPINT(ep, true) = epints; + DEPINT(ep, out) = epints; } }