CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/11/04 04:51:33
Modified files: sys/dev/usb : ugold.c Log message: Use the async version of uhidev_set_report(), there's no need to sleep until the transfer is done when submitting a command since the answers are read from the interrupt and we cannot do much if it fails. ok sasano@