Correct EHCI root HUB interface descriptor.

Approved by:    thompsa (mentor)
This commit is contained in:
Hans Petter Selasky 2010-10-14 21:18:18 +00:00
parent b494261c69
commit 1678e1358b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213861

View File

@ -3063,8 +3063,7 @@ static const struct ehci_config_desc ehci_confd = {
.bNumEndpoints = 1,
.bInterfaceClass = UICLASS_HUB,
.bInterfaceSubClass = UISUBCLASS_HUB,
.bInterfaceProtocol = UIPROTO_HSHUBSTT,
0
.bInterfaceProtocol = 0,
},
.endpd = {
.bLength = sizeof(struct usb_endpoint_descriptor),