CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/10/21 14:19:37
Modified files: sys/dev/usb : if_bwfm_usb.c Log message: Initialize all fields in the BCDC protocol, otherwise the controller behaves erratically and drops packets on TX. Found the hard way by Jared McNeill. While there, also set the priority field. ok stsp@