Attention is currently required from: laforge.
Patch set 1:Code-Review +1
2 comments:
Patchset:
Minor recommended change, but I'm not opposed to merging as-is.
File src/usb.c:
Patch Set #1, Line 993: if (!is_tracer) {
I would just test on if (line_data->ep_out) and if (line_data->ep_fb) rather than is_tracer.
A bit of a nit pick but it's more consistent with the ep_int test and also in the future if e1d is tracing, it's one less things to change.
To view, visit change 29950. To unsubscribe, or for help writing mail filters, visit settings.