summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/gadget.h
Commit message (Expand)AuthorAgeFilesLines
...
* usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-041-1/+2
* usb: gadget: Add gadget_is_superspeed_plus()John Youn2016-03-041-0/+10
* usb: gadget: forbid queuing request to a disabled epDu, Changbin2015-12-221-0/+3
* usb: gadget: udc-core: independent registration of gadgets and gadget driversRuslan Bilovol2015-12-161-0/+2
* usb: gadget: udc-core: remove unused usb_udc_attach_driver()Ruslan Bilovol2015-12-161-2/+0
* usb: gadget: bind UDC by name passed via usb_gadget_driver structureRuslan Bilovol2015-12-161-0/+4
* usb: gadget: introduce 'enabled' flag in struct usb_epRobert Baldyga2015-09-271-2/+25
* usb: gadget: epautoconf: add usb_ep_autoconfig_release() functionRobert Baldyga2015-09-271-0/+2
* usb: gadget: move find_ep() from epautoconf to udc-coreRobert Baldyga2015-08-061-1/+7
* usb: gadget: move ep_matches() from epautoconf to udc-coreRobert Baldyga2015-08-061-0/+8
* usb: gadget: add 'ep_match' callback to usb_gadget_opsRobert Baldyga2015-08-061-0/+3
* usb: gadget: add endpoint capabilities helper macrosRobert Baldyga2015-08-041-0/+20
* usb: gadget: add endpoint capabilities flagsRobert Baldyga2015-08-041-0/+21
* usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga2015-08-041-0/+1
* usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+10
* usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+10
* usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga2015-07-301-0/+11
* usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun2015-07-291-0/+4
* usb: add usb_otg_caps to usb_gadget structure.Macpaul Lin2015-07-291-0/+2
* usb: gadget: add usb_gadget_activate/deactivate functionsRobert Baldyga2015-07-291-6/+94
* usb: udc: add usb_udc_vbus_handlerPeter Chen2015-03-191-0/+4
* usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen2015-03-191-0/+3
* usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida2015-03-111-1/+1
* usb: gadget: introduce is_selfpowered for usb_gadgetPeter Chen2015-01-291-0/+2
* usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi2014-11-031-1/+1
* usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi2014-11-031-2/+1
* usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka2014-09-251-0/+8
* usb: gadget: udc-core: add utility for bus resetPeter Chen2014-09-121-0/+6
* usb: gadget: add reset API at usb_gadget_driverPeter Chen2014-09-091-0/+3
* usb: gadget: document a usb_ep_dequeue() requirementPaul Zimmerman2014-08-211-4/+5
* usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga2013-12-171-0/+19
* usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadgetDavid Cohen2013-12-091-0/+20
* usb: gadget: move bitflags to the end of usb_gadget structDavid Cohen2013-12-091-9/+10
* usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi2013-07-291-0/+4
* Correct typo "supperspeed" to "superspeed".Robert P. J. Day2013-05-151-3/+2
* usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi2013-03-181-0/+2
* usb: gadget: introduce gadget state trackingFelipe Balbi2013-03-181-0/+9
* usb: gadget: drop now unnecessary flagFelipe Balbi2013-03-181-4/+0
* usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi2013-03-181-0/+4
* usb: gadget: completely remove ->start/->stopFelipe Balbi2013-01-241-6/+0
* usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior2013-01-211-0/+5
* usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior2013-01-211-0/+2
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-311-0/+7
* usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior2012-09-101-0/+4
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-101-2/+4
* usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior2012-09-101-3/+3
* usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz2012-08-311-17/+2
* usb: gadget: add generic map/unmap request utilitiesFelipe Balbi2012-02-281-0/+10
* usb: gadget: introduce support for sg listsFelipe Balbi2011-12-211-0/+10
* usb: gadget: enlarge maxburst bit width.Yu Xu2011-12-191-1/+1