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),
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"