Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299406
b: refs/heads/master
c: ecb0779
h: refs/heads/master
v: v3
  • Loading branch information
Gerard Cauvy authored and Felipe Balbi committed Apr 10, 2012
1 parent 4c4e483 commit 4129f51
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: cd423dd3634a5232a3019eb372b144619a61cd16
refs/heads/master: ecb07797ffc1c2aaa2e58d1ba1b5deea44ea5b9e
3 changes: 3 additions & 0 deletions trunk/drivers/usb/dwc3/ep0.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ static int dwc3_ep0_handle_feature(struct dwc3 *dwc,

dwc->test_mode_nr = wIndex >> 8;
dwc->test_mode = true;
break;
default:
return -EINVAL;
}
break;

Expand Down

0 comments on commit 4129f51

Please sign in to comment.