Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164988
b: refs/heads/master
c: 7b4361f
h: refs/heads/master
v: v3
  • Loading branch information
Aric Blumer authored and Greg Kroah-Hartman committed Sep 23, 2009
1 parent 7c56071 commit 0078625
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 6e23ec4ff2f2181c22ea02cf3774b882acef27e0
refs/heads/master: 7b4361f0848193ddc36dfb2c9a7391c56a9df2ad
4 changes: 4 additions & 0 deletions trunk/drivers/usb/host/ohci-pxa27x.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,13 @@ static inline void pxa27x_setup_hc(struct pxa27x_ohci *ohci,

if (inf->flags & NO_OC_PROTECTION)
uhcrhda |= UHCRHDA_NOCP;
else
uhcrhda &= ~UHCRHDA_NOCP;

if (inf->flags & OC_MODE_PERPORT)
uhcrhda |= UHCRHDA_OCPM;
else
uhcrhda &= ~UHCRHDA_OCPM;

if (inf->power_on_delay) {
uhcrhda &= ~UHCRHDA_POTPGT(0xff);
Expand Down

0 comments on commit 0078625

Please sign in to comment.