Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25743
b: refs/heads/master
c: 4279541
h: refs/heads/master
i:
  25741: 19c46a3
  25739: 1fcec6d
  25735: a5cf96b
  25727: a3c4671
v: v3
  • Loading branch information
David Brownell authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent 87908f2 commit a615fd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 89ccbdc91bc5a433fa256c0136fbe181d7c5d474
refs/heads/master: 42795410c325108d59d0b1e750657197a7374c04
6 changes: 3 additions & 3 deletions trunk/drivers/usb/gadget/gadget_chips.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
#define gadget_is_musbhsfc(g) 0
#endif

/* Mentor high speed "dual role" controller, peripheral mode */
#ifdef CONFIG_USB_GADGET_MUSBHDRC
#define gadget_is_musbhdrc(g) !strcmp("musbhdrc_udc", (g)->name)
/* Mentor high speed "dual role" controller, in peripheral role */
#ifdef CONFIG_USB_GADGET_MUSB_HDRC
#define gadget_is_musbhdrc(g) !strcmp("musb_hdrc", (g)->name)
#else
#define gadget_is_musbhdrc(g) 0
#endif
Expand Down

0 comments on commit a615fd1

Please sign in to comment.