summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: return error on missing UDCAhmad Fatoum2023-07-261-0/+1
* usb: gadget: update composite.c from Linux-6.3-rc2Sascha Hauer2023-03-241-163/+901
* usb: gadget: Update core to Linux-6.3-rc2Sascha Hauer2023-03-241-3/+21
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-1/+1
* drivers: add missing SPDX-License-IdentifierAhmad Fatoum2021-11-011-5/+1
* usb: gadget: composite: conditionally dequeue setup requestsSascha Hauer2019-09-171-3/+40
* USB: gadget: composite: avoid possible NULL ptr dereferenceLucas Stach2016-07-071-1/+3
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* USB: gadget: composite: Break out of potential endless loopSascha Hauer2014-07-221-1/+6
* USB: gadget: dequeue descriptor before freeing itSascha Hauer2014-07-221-0/+1
* USB: gadget: Update to 3.15Sascha Hauer2014-07-221-204/+978
* usb: gadget: set composite to NULL when usb_gadget_register_driver failsSascha Hauer2014-03-191-1/+8
* USB gadget: Remove redundant assignmentAlexander Shiyan2014-02-171-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* USB gadget: Fix dma memory allocationsSascha Hauer2012-06-301-2/+3
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-3/+0
* Add USB device supportSascha Hauer2009-09-251-0/+1025