Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235427
b: refs/heads/master
c: aa1b13e
h: refs/heads/master
i:
  235425: b63c591
  235423: 0a1a97b
v: v3
  • Loading branch information
Sarah Sharp committed Mar 14, 2011
1 parent 3c5034c commit 6726a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22c6a35d41f71b5b40ba8debcb8bd4e8e291ae43
refs/heads/master: aa1b13efb7cfa9f7bf4942c1e858463e335c9500
5 changes: 2 additions & 3 deletions trunk/drivers/usb/host/xhci-mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,9 +870,8 @@ int xhci_setup_addressable_virt_dev(struct xhci_hcd *xhci, struct usb_device *ud
dev->port = top_dev->portnum;
xhci_dbg(xhci, "Set root hub portnum to %d\n", top_dev->portnum);

/* Is this a LS/FS device under a HS hub? */
if ((udev->speed == USB_SPEED_LOW || udev->speed == USB_SPEED_FULL) &&
udev->tt) {
/* Is this a LS/FS device under an external HS hub? */
if (udev->tt && udev->tt->hub->parent) {
slot_ctx->tt_info = udev->tt->hub->slot_id;
slot_ctx->tt_info |= udev->ttport << 8;
if (udev->tt->multi)
Expand Down

0 comments on commit 6726a3d

Please sign in to comment.