Date: Thu, 21 May 2009 17:45:37 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192556 - head/sys/dev/usb/serial Message-ID: <200905211745.n4LHjbmx074109@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905211745.n4LHjbmx074109>