aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c
Commit message (Expand)AuthorAge
* usb: gadget: move bind callback into driver struct usb_composite_driverSebastian Andrzej Siewior2012-09-10
* usb: gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEEDMichal Nazarewicz2012-08-31
* usb composite: fix locking in usb_function_activateMichael Grzeschik2012-08-23
* usb: gadget: composite: fix ep->maxburst initializationFelipe Balbi2012-06-12
* usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz2012-05-10
* usb: gadget: composite: make module parameters accessible at runtimeAndrzej Pietrasiewicz2012-05-10
* usb: gadget: composite: Initialize config->interfaceBenoit Goby2012-05-10
* usb: gadget: composite: Add usb_remove_configBenoit Goby2012-05-10
* usb: gadget: add a sparse endian notationDan Carpenter2012-05-04
* usb: gadget: composite: prevent a memory leak when configuration bind failsYongsul Oh2012-05-04
* usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst tooPaul Zimmerman2012-01-24
* usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz2011-12-12
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-10-31
* usb: gadget: fix typo for default U1/U2 exit latenciesFelipe Balbi2011-10-13
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-18
* usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf2011-09-09
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* usb: gadget: composite: fix bMaxPacketSize for SuperSpeedSebastian Andrzej Siewior2011-08-01
* usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior2011-07-01
* usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman2011-07-01
* usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman2011-07-01
* usb: gadget: coding style fixTatyana Brokhman2011-06-28
* usb: gadget: configure endpoint according to gadget speedTatyana Brokhman2011-06-28
* usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros2011-05-10
* Fix common misspellingsLucas De Marchi2011-03-31
* usb: gadget: composite: fix req->length in composite_setup()Maulik Mankad2011-02-25
* USB: Gadget: Reorder driver name assignmentJassi Brar2011-02-17
* USB: Gadget: Composite: Debug interface comparisonJassi Brar2011-02-17
* usb: gadget: composite: avoid access beyond array max lengthMaulik Mankad2011-01-22
* USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman2010-12-22
|\
| * Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman2010-12-16
| * USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti2010-12-16
* | usb: composite gadget: set vbus_draw current limitation during suspendHao Wu2010-11-30
* | USB: gadget: composite: Typo fix.Marek Belisko2010-11-11
|/
* usb gadget: composite: prevent OOPS for non-standard control requestRoger Quadros2010-10-22
* usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König2010-10-22
* usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz2010-10-22
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-22
* USB: gadget: composite: Better string override handlingMichal Nazarewicz2010-10-22
* USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu2010-10-22
* USB: gadget: fix composite kernel-doc warningsRandy Dunlap2010-08-23
* USB: gadget: composite: added disconnect callbackMichal Nazarewicz2010-08-10
* USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz2010-08-10
* USB: gadget: Allow function access to device ID data during bind()Robert Lukassen2010-05-20
* USB: gadget: __init and __exit tags removedMichal Nazarewicz2010-05-20
* USB: Composite framework: Add suspended sysfs entryFabien Chouteau2010-05-20
* usb: gadget: Allow larger configuration descriptorsRobert Lukassen2010-05-20
* USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz2009-12-11
* USB gadget: Handle endpoint requests at the function levelLaurent Pinchart2009-12-11
* USB: gadget: Read buffer overflowRoel Kluin2009-09-23