CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/02/03 13:59:05
Modified files: sys/dev/usb : ucom.c Log message: Check if the device is being detached when returning from tsleep() and in such case do not try to cleanup the device since this would make the thread sleep again while keeping a reference to the softc. Fix a panic found by sebastia@, ok pirofti@