Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | USB: Add USB RNDIS gadget protocol | Vitaly Kuzmichev | 2011-02-19 | -1/+5 |
| | | | | | | | Port USB gadget RNDIS protocol support from linux-2.6.26 (.27 gadget stack actually has composite drivers). Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com> | |||
* | Coding Style cleanup | Wolfgang Denk | 2010-10-27 | -4/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | USB-CDC: Fix coding style issues | Vitaly Kuzmichev | 2010-09-20 | -77/+63 |
| | | | | | | | | | | | | | | | | | Fixes most of checkpatch warnings and errors in USB gadget stack. The most frequently encountered problems are: 1) "(foo*)", "foo * bar", "foo* bar" 2) C99 // comments 3) No spaces before/after/around '?', ':', '=', '==', ',', '&', '(' 4) Spaces before '[' 5) Spaces between function names and '(' 6) Block braces in wrong places 7) Spaces before tabs 8) Macros with complex values not enclosed in parenthesis 9) Multiline comments start just after /* Signed-off-by: Vitaly Kuzmichev <vkuzmichev@mvista.com> | |||
* | Integrate USB gadget layer and USB CDC driver layer | Remy Bohmer | 2010-09-20 | -0/+1682 |
Derived from Linux kernel 2.6.27 Signed-off-by: Thomas Smits <ts.smits@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net> |