Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303907
b: refs/heads/master
c: ce9d6fb
h: refs/heads/master
i:
  303905: c13b9ee
  303903: a9834b1
v: v3
  • Loading branch information
Alexander Shishkin authored and Greg Kroah-Hartman committed May 11, 2012
1 parent 0605bc7 commit 2d77909
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ef15e5490edc7edf808d3477ab32e0e320792f65
refs/heads/master: ce9d6fbcbf4dcc481bb52a174c2e0dd22199f066
3 changes: 3 additions & 0 deletions trunk/drivers/usb/gadget/ci13xxx_udc.c
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,9 @@ static int hw_device_init(struct ci13xxx *udc, void __iomem *base,
if (udc->hw_ep_max == 0 || udc->hw_ep_max > ENDPT_MAX)
return -ENODEV;

dev_dbg(udc->dev, "ChipIdea UDC found, lpm: %d; cap: %p op: %p\n",
udc->hw_bank.lpm, udc->hw_bank.cap, udc->hw_bank.op);

/* setup lock mode ? */

/* ENDPTSETUPSTAT is '0' by default */
Expand Down

0 comments on commit 2d77909

Please sign in to comment.