summaryrefslogtreecommitdiff
path: root/include/linux/usb/gadget.h
AgeCommit message (Expand)Author
2015-08-04usb: gadget: add endpoint capabilities flagsRobert Baldyga
2015-08-04usb: gadget: encapsulate endpoint claiming mechanismRobert Baldyga
2015-07-30usb: gadget: add 'quirk_zlp_not_supp' to usb_gadgetRobert Baldyga
2015-07-30usb: gadget: add 'quirk_stall_not_supp' to usb_gadgetRobert Baldyga
2015-07-30usb: gadget: add 'quirk_altset_not_supp' to usb_gadgetRobert Baldyga
2015-07-29usb: gadget: add usb otg descriptor allocate and init interfaceLi Jun
2015-07-29usb: add usb_otg_caps to usb_gadget structure.Macpaul Lin
2015-07-29usb: gadget: add usb_gadget_activate/deactivate functionsRobert Baldyga
2015-03-19usb: udc: add usb_udc_vbus_handlerPeter Chen
2015-03-19usb: udc: store usb_udc pointer in struct usb_gadgetPeter Chen
2015-03-11usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida
2015-01-29usb: gadget: introduce is_selfpowered for usb_gadgetPeter Chen
2014-11-03usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi
2014-09-25usb: gadget: Introduce usb_gadget_giveback_request()Michal Sojka
2014-09-12usb: gadget: udc-core: add utility for bus resetPeter Chen
2014-09-09usb: gadget: add reset API at usb_gadget_driverPeter Chen
2014-08-21usb: gadget: document a usb_ep_dequeue() requirementPaul Zimmerman
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga
2013-12-09usb: gadget: add quirk_ep_out_aligned_size field to struct usb_gadgetDavid Cohen
2013-12-09usb: gadget: move bitflags to the end of usb_gadget structDavid Cohen
2013-07-29usb: gadget: udc-core: move sysfs_notify() to a workqueueFelipe Balbi
2013-05-15Correct typo "supperspeed" to "superspeed".Robert P. J. Day
2013-03-18usb: gadget: udc-core: introduce usb_add_gadget_udc_release()Felipe Balbi
2013-03-18usb: gadget: introduce gadget state trackingFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: udc-core: allow udc class register gadget deviceFelipe Balbi
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior
2013-01-21usb: gadget: udc-core: introduce UDC binding by nameSebastian Andrzej Siewior
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-09-10usb: gadget: move global vars from epautoconf into struct usb_gadgetSebastian Andrzej Siewior
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind() callback back to struct usb_gadget_driverSebastian Andrzej Siewior
2012-08-31usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz
2012-02-28usb: gadget: add generic map/unmap request utilitiesFelipe Balbi
2011-12-21usb: gadget: introduce support for sg listsFelipe Balbi
2011-12-19usb: gadget: enlarge maxburst bit width.Yu Xu
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz
2011-10-13usb: gadget: fix typo for default U1/U2 exit latenciesFelipe Balbi
2011-07-01usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior
2011-07-01usb: gadget: add missing #include'sSergei Shtylyov
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman
2011-06-28usb: gadget: add streams support to the gadget frameworkTatyana Brokhman
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman
2011-06-28usb: gadget: introduce UDC ClassFelipe Balbi
2011-06-07USB: gadget.h depends on ch9.h so include ch9.h directlyMark Brown