CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2022/06/27 07:14:49
Modified files: sys/dev/usb : ucom.c Log message: Remember the error of ucomreadcb() for the next ucomread() call and returns an EIO. Thus the userland notices the error and closes the device. We forget the error on reopen and the device works again. Ok mbuhl