diff options
Diffstat (limited to 'sys/dev/usb/uvscom.c')
-rw-r--r-- | sys/dev/usb/uvscom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/uvscom.c b/sys/dev/usb/uvscom.c index 2b012b1..0d2e137 100644 --- a/sys/dev/usb/uvscom.c +++ b/sys/dev/usb/uvscom.c @@ -690,7 +690,7 @@ uvscom_param(void *addr, int portno, struct termios *t) default: return (EIO); } - + if (ISSET(t->c_cflag, CSTOPB)) SET(ls, UVSCOM_STOP_BIT_2); else @@ -740,7 +740,7 @@ uvscom_open(void *addr, int portno) struct uvscom_softc *sc = addr; int err; int i; - + if (sc->sc_ucom.sc_dying) return (ENXIO); |