Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248867
b: refs/heads/master
c: bf1f0a0
h: refs/heads/master
i:
  248865: a5e0fc4
  248863: 90b3261
v: v3
  • Loading branch information
Jean-Christophe PLAGNIOL-VILLARD authored and Greg Kroah-Hartman committed May 13, 2011
1 parent 16d2fb0 commit 0b8b6e1
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b0795bbf6dc6bd0a7a37d9d1ef4558e9e2b0acd6
refs/heads/master: bf1f0a05d472e33dda8e5e69525be1584cdbd03a
2 changes: 1 addition & 1 deletion trunk/drivers/usb/gadget/at91_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,7 @@ static int __init at91udc_probe(struct platform_device *pdev)
}

/* newer chips have more FIFO memory than rm9200 */
if (cpu_is_at91sam9260()) {
if (cpu_is_at91sam9260() || cpu_is_at91sam9g20()) {
udc->ep[0].maxpacket = 64;
udc->ep[3].maxpacket = 64;
udc->ep[4].maxpacket = 512;
Expand Down

0 comments on commit 0b8b6e1

Please sign in to comment.