Subject: PR/29754 CVS commit: src/sys/dev/usb
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: ITOH Yasufumi <itohy@netbsd.org>
List: netbsd-bugs
Date: 04/15/2005 14:44:01
The following reply was made to PR kern/29754; it has been noted by GNATS.

From: ITOH Yasufumi <itohy@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29754 CVS commit: src/sys/dev/usb
Date: Fri, 15 Apr 2005 14:43:05 +0000 (UTC)

 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.