summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/gadget_chips.h
Commit message (Collapse)AuthorAgeLines
* USB: gadaget: add Marvell controller supportLei Wen2011-12-11-0/+7
| | | | Signed-off-by: Lei Wen <leiwen@marvell.com>
* USB-CDC: Fix coding style issuesVitaly Kuzmichev2010-09-20-25/+26
| | | | | | | | | | | | | | | | | 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 layerRemy Bohmer2010-09-20-0/+219
Derived from Linux kernel 2.6.27 Signed-off-by: Thomas Smits <ts.smits@gmail.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>