aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/composite.c
AgeCommit message (Expand)Author
2015-07-29usb: gadget: composite: add USB_DT_OTG request handlingMacpaul Lin
2015-07-29usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga
2015-07-29usb: composite: fix usb_function_activate/deactivate functionsRobert Baldyga
2015-07-29usb: gadget: composite.c: i18n is not an acronymDiego Viola
2015-07-06usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I
2015-03-11usb: gadget: Fix typo fond in Documentation/Docbook/gadget.xmlMasanari Iida
2015-03-10usb: gadget: composite: add req_match method to usb_functionAndrzej Pietrasiewicz
2015-03-10usb: gadget: composite: don't try standard handling for non-standard requestsAndrzej Pietrasiewicz
2015-01-27usb: gadget: Fix os desc testMario Schuknecht
2014-11-03usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz
2014-11-03usb: gadget: composite: conditionally dequeue os_desc and setup requestsFelipe Balbi
2014-11-03usb: gadget: composite: set our req->context to cdevFelipe Balbi
2014-10-23usb: gadget: composite: enable BESL supportFelipe Balbi
2014-09-23Revert "usb: gadget: composite: dequeue cdev->req before free it in composite...Felipe Balbi
2014-09-18Revert "usb: gadget: composite: dequeue cdev->req before free its buffer"Felipe Balbi
2014-09-09usb: gadget: composite: add reset API at usb_gadget_driverPeter Chen
2014-09-02usb: gadget: composite: dequeue cdev->req before free its bufferLi Jun
2014-07-16usb: gadget: composite: dequeue cdev->req before free it in composite_dev_cle...Li Jun
2014-05-27usb: gadget: make return of 0 explicitJulia Lawall
2014-05-14usb: gadget: OS Feature Descriptors supportAndrzej Pietrasiewicz
2014-05-14usb: gadget: OS String supportAndrzej Pietrasiewicz
2014-05-12usb: gadget: set gadget state as configuredPeter Chen
2014-03-17usb: gadget: composite: switch over to ERR_CAST()Felipe Balbi
2013-12-19usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi
2013-11-26usb: gadget: composite: redirect setup requestsAndrzej Pietrasiewicz
2013-11-25usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik
2013-10-11usb: Remove unnecessary semicolonsJoe Perches
2013-08-27USB: gadget: audit sysfs attribute permissionsGreg Kroah-Hartman
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: f_acm: use usb_gstrings_attach()Sebastian Andrzej Siewior
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: composite: add usb_remove_function()Sebastian Andrzej Siewior
2013-01-21usb: gadget: add some infracture to register/unregister functionsSebastian Andrzej Siewior
2013-01-21usb: gadget: composite: don't call driver's unbind() if bind() failedSebastian 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-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: move MODULE_VERSION to composite.cSebastian Andrzej Siewior
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian 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: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior
2012-09-10usb: gadget: make composite module options readonly onlySebastian Andrzej Siewior