CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/09/08 04:25:19
Modified files: sys/dev/usb : xhci.c xhcireg.h Log message: Add support for isochronous transfers to xhci(4). This is just a step forward which allows further progress to happen in-tree. The isochronous code path remains disabled for now. Playing audio over xhci(4) does not work properly yet, and I haven't even tested video input. Based on a work-in-progress diff by mpi@ from 2015. ok mpi@