aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/composite.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27usb: gadget: composite Allow for larger configuration descriptorsJoel Pepper1-1/+1
2018-03-08usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens1-0/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-11usb: composite.h: fix two warnings when building docsMauro Carvalho Chehab1-2/+3
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab1-0/+1
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke1-1/+2
2016-03-04usb: gadget: Update config for SuperSpeedPlusJohn Youn1-0/+1
2016-03-04usb: gadget: Update function for SuperSpeedPlusJohn Youn1-0/+5
2015-07-29usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga1-0/+2
2015-03-10usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz1-0/+3
2014-11-03usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz1-0/+2
2014-11-03usb: gadget: composite: introduce setup and os_desc pending flagsFelipe Balbi1-0/+5
2014-07-10usb: gadget: Add helper macro for usb_composite_driver boilerplateTobias Klauser1-0/+15
2014-05-14usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz1-0/+4
2014-05-14usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz1-0/+6
2014-05-14usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz1-0/+58
2014-05-14usb: gadget: OS String supportAndrzej Pietrasiewicz1-0/+11
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-0/+2
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2013-12-12usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz1-0/+2
2013-04-03usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior1-0/+3
2013-03-05usb: gadget: composite: fix kernel-doc warningsNishanth Menon1-1/+2
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior1-0/+4
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior1-0/+4
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior1-0/+8
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior1-0/+1
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior1-0/+1
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior1-0/+52
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior1-2/+3
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-1/+1
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-0/+2
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-0/+11
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior1-12/+0
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior1-1/+5
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior1-1/+6
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior1-1/+6
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-1/+11
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+24
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior1-0/+3
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-0/+1
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-2/+1
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior1-4/+9
2012-05-10usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz1-0/+3
2012-05-10usb: gadget: composite: Add usb_remove_configBenoit Goby1-0/+3
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman1-0/+14
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+2
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-15/+0
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman1-0/+3