Age | Commit message (Expand) | Author | Files | Lines |
2018-07-17 | usb: gadget: Fix OS descriptors support | Benjamin Herrenschmidt | 1 | -1/+0 |
2018-06-19 | usb: gadget: composite: fix delayed_status race condition when set_interface | Chunfeng Yun | 1 | -0/+3 |
2018-05-15 | usb: gadget: composite: fill bcdUSB as 0x0320 for SuperSpeed or higher speeds | Chunfeng Yun | 1 | -1/+1 |
2018-03-23 | usb/gadget: Add an EP dispose() callback for EP lifetime tracking | Benjamin Herrenschmidt | 1 | -0/+16 |
2018-03-08 | usb: gadget: composite: remove duplicated code in OS desc handling | Chris Dickens | 1 | -50/+22 |
2018-03-08 | usb: gadget: composite: fix incorrect handling of OS desc requests | Chris Dickens | 1 | -21/+19 |
2017-11-28 | usb: gadget: don't dereference g until after it has been null checked | Colin Ian King | 1 | -2/+5 |
2017-11-07 | USB: gadget: Remove redundant license text | Greg Kroah-Hartman | 1 | -5/+0 |
2017-11-04 | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 1 | -0/+1 |
2017-11-01 | usb: gadget: composite: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -3/+4 |
2017-10-11 | usb: gadget: composite: Fix use-after-free in usb_composite_overwrite_options | Andrew Gabbasov | 1 | -0/+5 |
2017-06-20 | Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 1 | -25/+34 |
2017-06-06 | usb: gadget: composite: make sure to reactivate function on unbind | Felipe Balbi | 1 | -6/+5 |
2017-06-02 | usb: gadget: Allow a non-SuperSpeed gadget to support LPM | John Youn | 1 | -2/+6 |
2017-06-02 | usb: gadget: composite: Exclude SS Dev Cap Desc | John Youn | 1 | -23/+28 |
2017-01-12 | usb: gadget: composite: Fix function used to free memory | Christophe JAILLET | 1 | -1/+1 |
2017-01-02 | usb: gadget: composite: Test get_alt() presence instead of set_alt() | Krzysztof Opasiak | 1 | -4/+8 |
2016-11-03 | usb: gadget: composite: use kasprintf() instead of open coding it | Juergen Gross | 1 | -12/+2 |
2016-11-03 | usb: gadget: composite: remove unnecessary & operation | Felipe Balbi | 1 | -1/+1 |
2016-10-31 | usb: gadget: composite: always set ep->mult to a sensible value | Felipe Balbi | 1 | -2/+7 |
2016-10-31 | usb: gadget: composite: correctly initialize ep->maxpacket | Felipe Balbi | 1 | -1/+1 |
2016-08-25 | usb: gadget: composite: let USB functions process ctrl reqs in cfg0 | Felix Hädicke | 1 | -6/+10 |
2016-08-11 | usb: gadget: composite: Fix return value in case of error | Christophe JAILLET | 1 | -2/+2 |
2016-08-11 | usb: gadget: composite: fix dereference after null check coverify warning | Peter Chen | 1 | -0/+2 |
2016-05-31 | usb: gadget: composite: don't queue OS desc req if length is invalid | William Wu | 1 | -8/+13 |
2016-04-28 | Merge tag 'usb-for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal... | Greg Kroah-Hartman | 1 | -3/+19 |
2016-04-28 | usb: gadget: composite: avoid kernel oops with bad gadgets | Felipe Balbi | 1 | -3/+19 |
2016-04-18 | usb: gadget: composite: Clear reserved fields of SSP Dev Cap | John Youn | 1 | -0/+2 |
2016-03-29 | usb: gadget: composite: Access SSP Dev Cap fields properly | John Youn | 1 | -3/+5 |
2016-03-04 | usb: gadget: composite: handle otg status selector request from OTG host | Li Jun | 1 | -8/+17 |
2016-03-04 | usb: gadget: composite: Update debug message for SuperSpeedPlus | John Youn | 1 | -1/+2 |
2016-03-04 | usb: gadget: composite: Configure the usb_ep for SuperSpeedPlus | John Youn | 1 | -1/+8 |
2016-03-04 | usb: gadget: composite: Write SuperSpeedPlus config descriptors | John Youn | 1 | -1/+5 |
2016-03-04 | usb: gadget: composite: Add function to get descriptors | John Youn | 1 | -21/+32 |
2016-03-04 | usb: gadget: composite: Count configs for SuperSpeedPlus | John Youn | 1 | -1/+7 |
2016-03-04 | usb: gadget: Update config for SuperSpeedPlus | John Youn | 1 | -0/+2 |
2016-03-04 | usb: gadget: composite: Return SSP Dev Cap descriptor | John Youn | 1 | -0/+42 |
2016-03-04 | usb: gadget: composite: Return bcdUSB 0x0310 | John Youn | 1 | -1/+1 |
2015-10-10 | usb: gadget: composite: fill bcdUSB for any gadget max speed | Igor Kotrasinski | 1 | -0/+2 |
2015-09-27 | usb: gadget: fix few outdated comments | Robert Baldyga | 1 | -3/+1 |
2015-07-29 | usb: gadget: composite: add USB_DT_OTG request handling | Macpaul Lin | 1 | -0/+27 |
2015-07-29 | usb: composite: add bind_deactivated flag to usb_function | Robert Baldyga | 1 | -0/+6 |
2015-07-29 | usb: composite: fix usb_function_activate/deactivate functions | Robert Baldyga | 1 | -2/+2 |
2015-07-29 | usb: gadget: composite.c: i18n is not an acronym | Diego Viola | 1 | -2/+2 |
2015-07-06 | usb: gadget: composite: Fix NULL pointer dereference | Kishon Vijay Abraham I | 1 | -4/+7 |
2015-03-11 | usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xml | Masanari Iida | 1 | -2/+2 |
2015-03-10 | usb: gadget: composite: add req_match method to usb_function | Andrzej Pietrasiewicz | 1 | -1/+5 |
2015-03-10 | usb: gadget: composite: don't try standard handling for non-standard requests | Andrzej Pietrasiewicz | 1 | -0/+7 |
2015-01-27 | usb: gadget: Fix os desc test | Mario Schuknecht | 1 | -1/+1 |
2014-11-03 | usb: gadget: configfs: add suspend/resume | Andrzej Pietrasiewicz | 1 | -4/+2 |