aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01usb: gadget: composite: fix bMaxPacketSize for SuperSpeedSebastian Andrzej Siewior1-2/+4
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-2/+1
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman1-18/+239
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+2
2011-06-28usb: gadget: coding style fixTatyana Brokhman1-4/+12
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman1-0/+85
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros1-1/+61
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-02-25usb: gadget: composite: fix req->length in composite_setup()Maulik Mankad1-1/+1
2011-02-17USB: Gadget: Reorder driver name assignmentJassi Brar1-3/+3
2011-02-17USB: Gadget: Composite: Debug interface comparisonJassi Brar1-3/+3
2011-01-22usb: gadget: composite: avoid access beyond array max lengthMaulik Mankad1-2/+3
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman1-9/+9
2010-12-16Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman1-8/+8
2010-12-16USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti1-1/+1
2010-11-30usb: composite gadget: set vbus_draw current limitation during suspendHao Wu1-0/+8
2010-11-11USB: gadget: composite: Typo fix.Marek Belisko1-1/+1
2010-10-22usb gadget: composite: prevent OOPS for non-standard control requestRoger Quadros1-1/+2
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-6/+8
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-4/+11
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-2/+1
2010-10-22USB: gadget: composite: Better string override handlingMichal Nazarewicz1-32/+64
2010-10-22USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu1-1/+7
2010-08-23USB: gadget: fix composite kernel-doc warningsRandy Dunlap1-2/+2
2010-08-10USB: gadget: composite: added disconnect callbackMichal Nazarewicz1-0/+2
2010-08-10USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz1-4/+67
2010-05-20USB: gadget: Allow function access to device ID data during bind()Robert Lukassen1-8/+8
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz1-11/+10
2010-05-20USB: Composite framework: Add suspended sysfs entryFabien Chouteau1-0/+21
2010-05-20usb: gadget: Allow larger configuration descriptorsRobert Lukassen1-1/+1
2009-12-11USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz1-2/+3
2009-12-11USB gadget: Handle endpoint requests at the function levelLaurent Pinchart1-8/+46
2009-09-23USB: gadget: Read buffer overflowRoel Kluin1-1/+1
2009-03-24USB: gadget: composite device-level suspend/resume hooksDavid Brownell1-2/+6
2009-03-24USB: composite: avoid inconsistent lock stateFelipe Balbi1-2/+3
2009-01-27USB: composite: Fix bug: low byte of w_index is the usb interface number not the whole 2 bytes of w_indexBryan Wu1-3/+4
2009-01-27USB: composite: Fix bug: should test set_alt function pointer before use itBryan Wu1-1/+1
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-2/+2
2008-10-17usb gadget: function activation/deactivationDavid Brownell1-0/+64
2008-07-21usb gadget: minor USBCV fix for composite frameworkDavid Lopo1-0/+1
2008-07-21usb gadget: composite gadget coreDavid Brownell1-0/+1040