Age | Commit message (Expand) | Author | Files | Lines |
2018-03-08 | usb: gadget: composite: fix incorrect handling of OS desc requests | Chris Dickens | 1 | -0/+3 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-11 | usb: composite.h: fix two warnings when building docs | Mauro Carvalho Chehab | 1 | -2/+3 |
2017-04-11 | usb: get rid of some ReST doc build errors | Mauro Carvalho Chehab | 1 | -0/+1 |
2016-08-25 | usb: gadget: composite: let USB functions process ctrl reqs in cfg0 | Felix Hädicke | 1 | -1/+2 |
2016-03-04 | usb: gadget: Update config for SuperSpeedPlus | John Youn | 1 | -0/+1 |
2016-03-04 | usb: gadget: Update function for SuperSpeedPlus | John Youn | 1 | -0/+5 |
2015-07-29 | usb: composite: add bind_deactivated flag to usb_function | Robert Baldyga | 1 | -0/+2 |
2015-03-10 | usb: gadget: composite: add req_match method to usb_function | Andrzej Pietrasiewicz | 1 | -0/+3 |
2014-11-03 | usb: gadget: configfs: add suspend/resume | Andrzej Pietrasiewicz | 1 | -0/+2 |
2014-11-03 | usb: gadget: composite: introduce setup and os_desc pending flags | Felipe Balbi | 1 | -0/+5 |
2014-07-10 | usb: gadget: Add helper macro for usb_composite_driver boilerplate | Tobias Klauser | 1 | -0/+15 |
2014-05-14 | usb: gadget: configfs: OS Extended Properties descriptors support | Andrzej Pietrasiewicz | 1 | -0/+4 |
2014-05-14 | usb: gadget: configfs: OS Extended Compatibility descriptors support | Andrzej Pietrasiewicz | 1 | -0/+6 |
2014-05-14 | usb: gadget: OS Feature Descriptors support | Andrzej Pietrasiewicz | 1 | -0/+58 |
2014-05-14 | usb: gadget: OS String support | Andrzej Pietrasiewicz | 1 | -0/+11 |
2014-02-20 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -0/+2 |
2014-02-19 | treewide: Fix typo in Documentation/DocBook | Masanari Iida | 1 | -1/+1 |
2013-12-12 | usb: gadget: configfs: allow setting function instance's name | Andrzej Pietrasiewicz | 1 | -0/+2 |
2013-04-03 | usb: gadget: the start of the configfs interface | Sebastian Andrzej Siewior | 1 | -0/+3 |
2013-03-05 | usb: gadget: composite: fix kernel-doc warnings | Nishanth Menon | 1 | -1/+2 |
2013-01-21 | usb: gadget: composite: introduce usb_gstrings_attach() | Sebastian Andrzej Siewior | 1 | -0/+4 |
2013-01-21 | usb: gadget: export composite's setup & disconnect function | Sebastian Andrzej Siewior | 1 | -0/+4 |
2013-01-21 | usb: gadget: factor out two helper functions from composite_bind() | Sebastian Andrzej Siewior | 1 | -0/+8 |
2013-01-21 | usb: gadget: add a forward pointer from usb_function to its "instance" | Sebastian Andrzej Siewior | 1 | -0/+1 |
2013-01-21 | usb: gadget: composite: add usb_remove_function() | Sebastian Andrzej Siewior | 1 | -0/+1 |
2013-01-21 | usb: gadget: add some infracture to register/unregister functions | Sebastian Andrzej Siewior | 1 | -0/+52 |
2013-01-10 | usb: gadget: consider link speed for bMaxPower | Sebastian Andrzej Siewior | 1 | -2/+3 |
2012-10-31 | usb: gadget: always update HS/SS descriptors and create a copy of them | Sebastian Andrzej Siewior | 1 | -1/+1 |
2012-10-31 | usb: gadget: use a computation macro for INT endpoint interval | Sebastian Andrzej Siewior | 1 | -0/+2 |
2012-09-10 | usb: gadget: remove usb_gadget_controller_number() | Sebastian Andrzej Siewior | 1 | -0/+11 |
2012-09-10 | usb: gadget: Provide a default implementation of default manufacturer string | Sebastian Andrzej Siewior | 1 | -1/+1 |
2012-09-10 | usb: gadget: remove string override from struct usb_composite_driver | Sebastian Andrzej Siewior | 1 | -12/+0 |
2012-09-10 | usb: gadget: push iProduct into gadgets | Sebastian Andrzej Siewior | 1 | -1/+5 |
2012-09-10 | usb: gadget: push iManufacturer into gadgets | Sebastian Andrzej Siewior | 1 | -1/+6 |
2012-09-10 | usb: gadget: push iSerialNumber into gadgets | Sebastian Andrzej Siewior | 1 | -1/+6 |
2012-09-10 | usb: gadget: make sure each gadget is using same index for Product, Serial,… | Sebastian Andrzej Siewior | 1 | -1/+11 |
2012-09-10 | usb: gadget: push VID/PID/USB BCD module option into gadgets | Sebastian Andrzej Siewior | 1 | -0/+24 |
2012-09-10 | usb: gadget: remove bufsiz from struct usb_composite_dev | Sebastian Andrzej Siewior | 1 | -2/+0 |
2012-09-10 | usb: gadget: move USB_BUFSIZ into global composite.h | Sebastian Andrzej Siewior | 1 | -0/+3 |
2012-09-10 | usb: gadget: remove global variable composite in composite.c | Sebastian Andrzej Siewior | 1 | -0/+1 |
2012-09-10 | usb: gadget: move bind() callback back to struct usb_composite_driver | Sebastian Andrzej Siewior | 1 | -2/+1 |
2012-09-10 | usb: gadget: move bind callback into driver struct usb_composite_driver | Sebastian Andrzej Siewior | 1 | -4/+9 |
2012-05-10 | usb: gadget: composite: add iSerialNumber to usb_composite_driver | Andrzej Pietrasiewicz | 1 | -0/+3 |
2012-05-10 | usb: gadget: composite: Add usb_remove_config | Benoit Goby | 1 | -0/+3 |
2011-07-02 | usb: gadget: add SuperSpeed support to the Gadget Framework | Tatyana Brokhman | 1 | -0/+14 |
2011-07-02 | usb: gadget: add max_speed to usb_composite_driver | Tatyana Brokhman | 1 | -0/+2 |
2011-06-28 | usb: gadget: use config_ep_by_speed() instead of ep_choose() | Tatyana Brokhman | 1 | -15/+0 |
2011-06-28 | usb: gadget: configure endpoint according to gadget speed | Tatyana Brokhman | 1 | -0/+3 |
2011-05-11 | usb: gadget: composite: Allow function drivers to pause control transfers | Roger Quadros | 1 | -1/+15 |