Subject: CVS commit: [netbsd-2] src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 07/21/2005 19:26:48
Module Name:	src
Committed By:	riz
Date:		Thu Jul 21 19:26:48 UTC 2005

Added Files:
	src/sys/dev/usb [netbsd-2]: umodem_common.c

Log Message:
Pull up new file (revisions 1.1-1.3 via patch) (requested by itohy
in ticket #1430):
1.1:
Split common modem part of umodem.c to umodem_common.c and umodemvar.h,
to be shared with other umodem-like drivers.

1.2:
If CM descriptor is found, use the data interface in it;
if CM descriptor is NOT found but UNION descriotor is found,
use the data interface in it.
Do not require CM or ACM descriptors as long as
the data interface is found.
Should fix NetBSD PR #29754 by rivo nurges.

1.3:
Fix function name in debug messages.
White space police.


To generate a diff of this commit:
cvs rdiff -r0 -r1.5.4.1 src/sys/dev/usb/umodem_common.c

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