Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7954
b: refs/heads/master
c: 9d233d9
h: refs/heads/master
v: v3
  • Loading branch information
Olav Kongas authored and Greg Kroah-Hartman committed Sep 8, 2005
1 parent c7cac62 commit 960b383
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 165c0f39390212d7a517b80c3bb61cb8f1782fef
refs/heads/master: 9d233d9faedfd8a4ee22288c1fdc698a6f75db21
2 changes: 2 additions & 0 deletions trunk/drivers/usb/host/isp116x-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1585,6 +1585,8 @@ static int isp116x_start(struct usb_hcd *hcd)
be always set. Yet, instead, we request individual port
power switching. */
val |= RH_A_PSM;
/* Report overcurrent per port */
val |= RH_A_OCPM;
isp116x_write_reg32(isp116x, HCRHDESCA, val);
isp116x->rhdesca = isp116x_read_reg32(isp116x, HCRHDESCA);

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/usb_isp116x.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
struct isp116x_platform_data {
/* Enable internal resistors on downstream ports */
unsigned sel15Kres:1;
/* On-chip overcurrent protection */
/* On-chip overcurrent detection */
unsigned oc_enable:1;
/* INT output polarity */
unsigned int_act_high:1;
Expand Down

0 comments on commit 960b383

Please sign in to comment.