mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Correct EHCI root HUB interface descriptor.
Approved by: thompsa (mentor)
This commit is contained in:
parent
b494261c69
commit
1678e1358b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213861
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user