CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/04/26 08:43:23
Modified files: sys/dev/usb : if_upgt.c Log message: Don't use usbd_bulk_transfer() to submit a synchronous transfer. This function is badly named and checks for posted signals before and after sleeping only if there's no timeout set, which is not the case here. Tested by and ok mglocker@