Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 09/24/2005 12:00:18
Module Name:	src
Committed By:	itohy
Date:		Sat Sep 24 12:00:18 UTC 2005

Modified Files:
	src/sys/dev/usb: ukyopon.c

Log Message:
The ukyopon device doesn't notify the DCD (Data Carrier Detect) status.
Since the status is now used by ucom(4) driver for Carrier Detect,
and the CLOCAL flag has been required.

By this change, we assume DCD is always on.  The CLOCAL flag is not
required now.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/usb/ukyopon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.