Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2010 21:18:19 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213861 - head/sys/dev/usb/controller
Message-ID:  <201010142118.o9ELIJ13037711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Oct 14 21:18:18 2010
New Revision: 213861
URL: http://svn.freebsd.org/changeset/base/213861

Log:
  Correct EHCI root HUB interface descriptor.
  
  Approved by:    thompsa (mentor)

Modified:
  head/sys/dev/usb/controller/ehci.c

Modified: head/sys/dev/usb/controller/ehci.c
==============================================================================
--- head/sys/dev/usb/controller/ehci.c	Thu Oct 14 21:17:32 2010	(r213860)
+++ head/sys/dev/usb/controller/ehci.c	Thu Oct 14 21:18:18 2010	(r213861)
@@ -3063,8 +3063,7 @@ static const struct ehci_config_desc ehc
 		.bNumEndpoints = 1,
 		.bInterfaceClass = UICLASS_HUB,
 		.bInterfaceSubClass = UISUBCLASS_HUB,
-		.bInterfaceProtocol = UIPROTO_HSHUBSTT,
-		0
+		.bInterfaceProtocol = 0,
 	},
 	.endpd = {
 		.bLength = sizeof(struct usb_endpoint_descriptor),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010142118.o9ELIJ13037711>