Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275790
b: refs/heads/master
c: 79c3dd8
h: refs/heads/master
v: v3
  • Loading branch information
Don Zickus authored and Sarah Sharp committed Nov 4, 2011
1 parent 7af0493 commit 2c4f9b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d31c285b3a71cf9056e6a060de41f37780b0af86
refs/heads/master: 79c3dd8150fd5236d95766a9e662e3e932b462c9
6 changes: 6 additions & 0 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,12 @@ static void hub_activate(struct usb_hub *hub, enum hub_activation_type type)
USB_PORT_FEAT_C_PORT_LINK_STATE);
}

if ((portchange & USB_PORT_STAT_C_BH_RESET) &&
hub_is_superspeed(hub->hdev)) {
need_debounce_delay = true;
clear_port_feature(hub->hdev, port1,
USB_PORT_FEAT_C_BH_PORT_RESET);
}
/* We can forget about a "removed" device when there's a
* physical disconnect or the connect status changes.
*/
Expand Down

0 comments on commit 2c4f9b4

Please sign in to comment.