summaryrefslogtreecommitdiffstats
path: root/include/linux/usb/composite.h
Commit message (Expand)AuthorAgeFilesLines
* usb: fix spelling mistakes in header filesZhen Lei2021-05-211-1/+1
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-2/+2
|\
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-2/+2
* | usb: gadget: composite: Split composite reset and disconnectWesley Cheng2021-01-041-0/+2
|/
* usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-1/+1
* usb: gadget: Fix issue with config_ep_by_speed functionPawel Laszczak2020-05-251-0/+3
* usb: gadget: composite Allow for larger configuration descriptorsJoel Pepper2018-04-271-1/+1
* usb: gadget: composite: fix incorrect handling of OS desc requestsChris Dickens2018-03-081-0/+3
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: composite.h: fix two warnings when building docsMauro Carvalho Chehab2017-04-111-2/+3
* usb: get rid of some ReST doc build errorsMauro Carvalho Chehab2017-04-111-0/+1
* usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke2016-08-251-1/+2
* usb: gadget: Update config for SuperSpeedPlusJohn Youn2016-03-041-0/+1
* usb: gadget: Update function for SuperSpeedPlusJohn Youn2016-03-041-0/+5
* usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga2015-07-291-0/+2
* usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz2015-03-101-0/+3
* usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz2014-11-031-0/+2
* usb: gadget: composite: introduce setup and os_desc pending flagsFelipe Balbi2014-11-031-0/+5
* usb: gadget: Add helper macro for usb_composite_driver boilerplateTobias Klauser2014-07-101-0/+15
* usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz2014-05-141-0/+4
* usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz2014-05-141-0/+6
* usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz2014-05-141-0/+58
* usb: gadget: OS String supportAndrzej Pietrasiewicz2014-05-141-0/+11
* Merge branch 'master' into for-nextJiri Kosina2014-02-201-0/+2
|\
| * usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz2013-12-121-0/+2
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* usb: gadget: the start of the configfs interfaceSebastian Andrzej Siewior2013-04-031-0/+3
* usb: gadget: composite: fix kernel-doc warningsNishanth Menon2013-03-051-1/+2
* usb: gadget: composite: introduce usb_gstrings_attach()Sebastian Andrzej Siewior2013-01-211-0/+4
* usb: gadget: export composite's setup & disconnect functionSebastian Andrzej Siewior2013-01-211-0/+4
* usb: gadget: factor out two helper functions from composite_bind()Sebastian Andrzej Siewior2013-01-211-0/+8
* usb: gadget: add a forward pointer from usb_function to its "instance"Sebastian Andrzej Siewior2013-01-211-0/+1
* usb: gadget: composite: add usb_remove_function()Sebastian Andrzej Siewior2013-01-211-0/+1
* usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior2013-01-211-0/+52
* usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior2013-01-101-2/+3
* usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior2012-10-311-1/+1
* usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior2012-10-311-0/+2
* usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior2012-09-101-0/+11
* usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior2012-09-101-1/+1
* usb: gadget: remove string override from struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-12/+0
* usb: gadget: push iProduct into gadgetsSebastian Andrzej Siewior2012-09-101-1/+5
* usb: gadget: push iManufacturer into gadgetsSebastian Andrzej Siewior2012-09-101-1/+6
* usb: gadget: push iSerialNumber into gadgetsSebastian Andrzej Siewior2012-09-101-1/+6
* usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior2012-09-101-1/+11
* usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior2012-09-101-0/+24
* usb: gadget: remove bufsiz from struct usb_composite_devSebastian Andrzej Siewior2012-09-101-2/+0
* usb: gadget: move USB_BUFSIZ into global composite.hSebastian Andrzej Siewior2012-09-101-0/+3
* usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior2012-09-101-0/+1
* usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-2/+1
* usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior2012-09-101-4/+9