svn commit: r192556 - head/sys/dev/usb/serial

Andrew Thompson thompsa at FreeBSD.org
Thu May 21 17:45:37 UTC 2009


Author: thompsa
Date: Thu May 21 17:45:37 2009
New Revision: 192556
URL: http://svn.freebsd.org/changeset/base/192556

Log:
  Use the correct usb config number on attach.
  
  Reported by:	Greg Rivers
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/dev/usb/serial/umct.c

Modified: head/sys/dev/usb/serial/umct.c
==============================================================================
--- head/sys/dev/usb/serial/umct.c	Thu May 21 17:43:35 2009	(r192555)
+++ head/sys/dev/usb/serial/umct.c	Thu May 21 17:45:37 2009	(r192556)
@@ -77,7 +77,7 @@ __FBSDID("$FreeBSD$");
 
 #define	UMCT_INTR_INTERVAL	100
 #define	UMCT_IFACE_INDEX	0
-#define	UMCT_CONFIG_INDEX	1
+#define	UMCT_CONFIG_INDEX	0
 
 enum {
 	UMCT_BULK_DT_WR,


More information about the svn-src-all mailing list