Subject: PR/29754 CVS commit: [netbsd-3] src/sys/dev/usb
To: None <itohy@netbsd.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Matthias Scheler <tron@netbsd.org>
List: netbsd-bugs
Date: 04/17/2005 10:30:03
The following reply was made to PR kern/29754; it has been noted by GNATS.

From: Matthias Scheler <tron@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29754 CVS commit: [netbsd-3] src/sys/dev/usb
Date: Sun, 17 Apr 2005 10:29:57 +0000 (UTC)

 Module Name:	src
 Committed By:	tron
 Date:		Sun Apr 17 10:29:57 UTC 2005
 
 Modified Files:
 	src/sys/dev/usb [netbsd-3]: umodem.c
 
 Log Message:
 Pull up revision 1.52 (requested by itohy in ticket #160):
 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.49.10.2 -r1.49.10.3 src/sys/dev/usb/umodem.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.