Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348671
b: refs/heads/master
c: 1d16638
h: refs/heads/master
i:
  348669: 57a9ae9
  348667: 3b7e0f0
  348663: ea69664
  348655: ed14e33
  348639: c54a33e
  348607: 85c51f5
  348543: ded18fc
  348415: 2ea98c0
  348159: 2fe83f9
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Felipe Balbi committed Dec 13, 2012
1 parent 7259135 commit a6f2f23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: e3f1dbd21ddfaa22649b93212d5ac4b052c1e4a7
refs/heads/master: 1d16638e3b9cc195bac18a8fcbca748f33c1bc24
9 changes: 5 additions & 4 deletions trunk/drivers/usb/gadget/dummy_hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,18 @@ static const char ep0name[] = "ep0";
static const char *const ep_name[] = {
ep0name, /* everyone has ep0 */

/* act like a net2280: high speed, six configurable endpoints */
"ep-a", "ep-b", "ep-c", "ep-d", "ep-e", "ep-f",

/* or like pxa250: fifteen fixed function endpoints */
/* act like a pxa250: fifteen fixed function endpoints */
"ep1in-bulk", "ep2out-bulk", "ep3in-iso", "ep4out-iso", "ep5in-int",
"ep6in-bulk", "ep7out-bulk", "ep8in-iso", "ep9out-iso", "ep10in-int",
"ep11in-bulk", "ep12out-bulk", "ep13in-iso", "ep14out-iso",
"ep15in-int",

/* or like sa1100: two fixed function endpoints */
"ep1out-bulk", "ep2in-bulk",

/* and now some generic EPs so we have enough in multi config */
"ep3out", "ep4in", "ep5out", "ep6out", "ep7in", "ep8out", "ep9in",
"ep10out", "ep11out", "ep12in", "ep13out", "ep14in", "ep15out",
};
#define DUMMY_ENDPOINTS ARRAY_SIZE(ep_name)

Expand Down

0 comments on commit a6f2f23

Please sign in to comment.