CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2019/11/28 14:49:41
Modified files: sys/dev/usb : xhci.c Log message: On short transfers with multiple TRBs in a TD we get two events. One on the TRB that went short, and one for the last TRB in a TD. We already set actlen only once so that the last TRB in a TD does not override it, but some controllers throw another short event instead of a success event, so we have to add the same check there as well. ok gerhard@ mglocker@