Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64289
b: refs/heads/master
c: 5b570d4
h: refs/heads/master
i:
  64287: d7198e9
v: v3
  • Loading branch information
Gabriel C authored and Greg Kroah-Hartman committed Aug 22, 2007
1 parent f6d2082 commit ee048ad
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3aec6e26d7655eea07be8bbec4728447274ed43f
refs/heads/master: 5b570d43cea0f5a6aa5bec2da2a0f68b96a37346
3 changes: 3 additions & 0 deletions trunk/drivers/usb/host/u132-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1520,12 +1520,15 @@ static void u132_hcd_endp_work_scheduler(struct work_struct *work)
}
}
}
#ifdef CONFIG_PM

static void port_power(struct u132 *u132, int pn, int is_on)
{
u132->port[pn].power = is_on;
}

#endif

static void u132_power(struct u132 *u132, int is_on)
{
struct usb_hcd *hcd = u132_to_hcd(u132)
Expand Down

0 comments on commit ee048ad

Please sign in to comment.