CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/04/26 08:28:39
Modified files: sys/dev/usb : udl.c Log message: Don't use usbd_bulk_transfer() to submit a synchronous transfer. This function is badly named and should be used for transfers coming from userland which is not the case here as synchronous transfers are only used while configuring the device. Note that the transfer submission code can be simplified now that sync and async transfers use the standard setup_xfer()/transfer() method. Tested by and ok mglocker@