Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364793
b: refs/heads/master
c: 9770a16
h: refs/heads/master
i:
  364791: 7e89702
v: v3
  • Loading branch information
Yuan-Hsin Chen authored and Felipe Balbi committed Apr 2, 2013
1 parent 600d8d8 commit 71fe721
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 19fda7cd59eac8e537f63a4d9bd5973bf78a8c38
refs/heads/master: 9770a16fd9d9c5a91378d53732be1d2ec599bfcf
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/fusb300_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ static void fusb300_clear_epnstall(struct fusb300 *fusb300, u8 ep)

if (reg & FUSB300_EPSET0_STL) {
printk(KERN_DEBUG "EP%d stall... Clear!!\n", ep);
reg &= ~FUSB300_EPSET0_STL;
reg |= FUSB300_EPSET0_STL_CLR;
iowrite32(reg, fusb300->reg + FUSB300_OFFSET_EPSET0(ep));
}
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/fusb300_udc.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@
/*
* * EPn Setting 0 (EPn_SET0, offset = 020H+(n-1)*30H, n=1~15 )
* */
#define FUSB300_EPSET0_STL_CLR (1 << 3)
#define FUSB300_EPSET0_CLRSEQNUM (1 << 2)
#define FUSB300_EPSET0_EPn_TX0BYTE (1 << 1)
#define FUSB300_EPSET0_STL (1 << 0)

/*
Expand Down

0 comments on commit 71fe721

Please sign in to comment.