Skip to content

Commit faae263

Browse files
committed
Enable HS hubs
1 parent 61ccb56 commit faae263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/USBHostHub/USBHostHub.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ void USBHostHub::disconnect()
147147
if ((hub_intf == -1) &&
148148
(intf_class == HUB_CLASS) &&
149149
(intf_subclass == 0) &&
150-
(intf_protocol == 0)) {
150+
((intf_protocol == 0) || (intf_protocol == 1))) {
151151
hub_intf = intf_nb;
152152
return true;
153153
}

0 commit comments

Comments
 (0)