summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/config.c
Commit message (Collapse)AuthorAgeFilesLines
* USB: gadget: Update to 3.15Sascha Hauer2014-07-221-25/+103
| | | | | | | | | This updates the USB Gadget stack to Linux-3.15. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Conflicts: drivers/usb/core/Makefile
* Add USB device supportSascha Hauer2009-09-251-0/+113
This patch adds support for USB devices. It uses the Linux Kernel gadget API. Along with this patch comes driver support for the Freescale (arc) USB OTG Core and USB Device Firmware Update (DFU) The serial gadget support is not working at the moment. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>