Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221928
b: refs/heads/master
c: 19aab56
h: refs/heads/master
v: v3
  • Loading branch information
Heikki Krogerus authored and Felipe Balbi committed Nov 5, 2010
1 parent 8cab843 commit 83900ee
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b212091474a5f967979e62c5c24687ee4d0342d9
refs/heads/master: 19aab56c7f68a577d638a98c019b89420943ee70
3 changes: 2 additions & 1 deletion trunk/drivers/usb/musb/musb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,8 @@ static irqreturn_t musb_stage0_irq(struct musb *musb, u8 int_usb,
if (int_usb & MUSB_INTR_SESSREQ) {
void __iomem *mbase = musb->mregs;

if (devctl & MUSB_DEVCTL_BDEVICE) {
if ((devctl & MUSB_DEVCTL_VBUS) == MUSB_DEVCTL_VBUS
&& (devctl & MUSB_DEVCTL_BDEVICE)) {
DBG(3, "SessReq while on B state\n");
return IRQ_HANDLED;
}
Expand Down

0 comments on commit 83900ee

Please sign in to comment.