summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/drivers/udc/udc.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* UDC: Correct cleaning out memory for string descriptorsFurquan Shaikh2015-06-301-1/+1
* libpayload udc: add interface to add string descriptorsPatrick Georgi2015-06-231-0/+68
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload udc: Support legal edge case of GET_CONFIGURATION callPatrick Georgi2015-04-181-2/+3
* libpayload udc: Only enable configuration if it's validPatrick Georgi2015-04-181-4/+4
* libpayload udc: Deconfigure device when necessaryPatrick Georgi2015-04-181-7/+13
* libpayload: Add zero length packet support to UDC frameworkPatrick Georgi2015-04-181-4/+24
* libpayload: Add USB device mode driverPatrick Georgi2015-04-181-0/+327