Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155375
b: refs/heads/master
c: 6d84599
h: refs/heads/master
i:
  155373: a4f4658
  155371: 1719d3d
  155367: 65a6c5c
  155359: 7e83d52
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Jul 12, 2009
1 parent 0e546fd commit 155ef7a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 56a075dcd64b25c828af1752dff0ac1e6833e135
refs/heads/master: 6d84599b3c3a7bccc04ec4133220d150b92fe0f8
2 changes: 2 additions & 0 deletions trunk/drivers/usb/gadget/pxa25x_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1802,11 +1802,13 @@ pxa25x_udc_irq(int irq, void *_dev)
USIR0 |= tmp;
handled = 1;
}
#ifndef CONFIG_USB_PXA25X_SMALL
if (usir1 & tmp) {
handle_ep(&dev->ep[i+8]);
USIR1 |= tmp;
handled = 1;
}
#endif
}
}

Expand Down

0 comments on commit 155ef7a

Please sign in to comment.