summaryrefslogtreecommitdiff
path: root/include/linux/usb/composite.h
AgeCommit message (Expand)Author
2021-05-21usb: fix spelling mistakes in header filesZhen Lei
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin
2021-01-04usb: gadget: composite: Split composite reset and disconnectWesley Cheng
2020-10-28usb: fix kernel-doc markupsMauro Carvalho Chehab
2020-05-25usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak
2018-04-27usb: gadget: composite Allow for larger configuration descriptorsJoel Pepper
2018-03-08usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-04-11usb: composite.h: fix two warnings when building docsMauro Carvalho Chehab
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke
2016-03-04usb: gadget: Update config for SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Update function for SuperSpeedPlusJohn Youn
2015-07-29usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga
2015-03-10usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz
2014-11-03usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz
2014-11-03usb: gadget: composite: introduce setup and os_desc pending flagsFelipe Balbi
2014-07-10usb: gadget: Add helper macro for usb_composite_driver boilerplateTobias Klauser
2014-05-14usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: OS String supportAndrzej Pietrasiewicz
2014-02-20Merge branch 'master' into for-nextJiri Kosina
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida
2013-12-12usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz
2013-04-03usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior
2013-03-05usb: gadget: composite: fix kernel-doc warningsNishanth Menon
2013-01-21usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior
2013-01-21usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior
2013-01-21usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior
2013-01-21usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior
2013-01-21usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior
2012-09-10usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior
2012-09-10usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior
2012-09-10usb: gadget: move USB_BUFSIZ into global composite.hSebastian 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_composite_driverSebastian Andrzej Siewior
2012-09-10usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior