CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/06/04 07:52:30
Modified files: sys/dev/usb : ehci.c ohci.c uhci.c Log message: Clearing the data toggle bit only makes sense for endpoints that use it, since this function is optional get rid of the no-op ones. ok ratchov@