Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: ITOH Yasufumi <itohy@netbsd.org>
List: source-changes
Date: 04/15/2005 14:43:05
Module Name:	src
Committed By:	itohy
Date:		Fri Apr 15 14:43:05 UTC 2005

Modified Files:
	src/sys/dev/usb: umodem.c umodem_common.c umodemvar.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/usb/umodem.c
cvs rdiff -r1.1 -r1.2 src/sys/dev/usb/umodem_common.c \
    src/sys/dev/usb/umodemvar.h

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