Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200672
b: refs/heads/master
c: a5797a6
h: refs/heads/master
v: v3
  • Loading branch information
Nobuhiro Iwamatsu authored and Greg Kroah-Hartman committed Jun 30, 2010
1 parent 8833c4a commit d5f4172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6cc30d85a5bf61248ff0e1f0e0f15fe718bae378
refs/heads/master: a5797a686f4c7cbced782959509d735cfa1344b1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/r8a66597-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ static void r8a66597_usb_connect(struct r8a66597 *r8a66597, int port)
else if (speed == LSMODE)
rh->port |= USB_PORT_STAT_LOW_SPEED;

rh->port &= USB_PORT_STAT_RESET;
rh->port &= ~USB_PORT_STAT_RESET;
rh->port |= USB_PORT_STAT_ENABLE;
}

Expand Down

0 comments on commit d5f4172

Please sign in to comment.