aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/composite.c
AgeCommit message (Expand)Author
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-01usb: gadget: composite: fix bMaxPacketSize for SuperSpeedSebastian Andrzej Siewior
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman
2011-06-28usb: gadget: coding style fixTatyana Brokhman
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-25usb: gadget: composite: fix req->length in composite_setup()Maulik Mankad
2011-02-17USB: Gadget: Reorder driver name assignmentJassi Brar
2011-02-17USB: Gadget: Composite: Debug interface comparisonJassi Brar
2011-01-22usb: gadget: composite: avoid access beyond array max lengthMaulik Mankad
2010-12-22USB: Merge 2.6.37-rc5 into usb-nextGreg Kroah-Hartman
2010-12-16Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman
2010-12-16USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti
2010-11-30usb: composite gadget: set vbus_draw current limitation during suspendHao Wu
2010-11-11USB: gadget: composite: Typo fix.Marek Belisko
2010-10-22usb gadget: composite: prevent OOPS for non-standard control requestRoger Quadros
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-10-22USB: gadget: composite: Better string override handlingMichal Nazarewicz
2010-10-22USB Gadget: Verify VBUS current before setting the device self-powered bitParirajan Muthalagu
2010-08-23USB: gadget: fix composite kernel-doc warningsRandy Dunlap
2010-08-10USB: gadget: composite: added disconnect callbackMichal Nazarewicz
2010-08-10USB: gadget: composite: usb_string_ids_*() functions addedMichal Nazarewicz
2010-05-20USB: gadget: Allow function access to device ID data during bind()Robert Lukassen
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz
2010-05-20USB: Composite framework: Add suspended sysfs entryFabien Chouteau
2010-05-20usb: gadget: Allow larger configuration descriptorsRobert Lukassen
2009-12-11USB: composite: usb_composite_unregister() no longer __exitMichal Nazarewicz
2009-12-11USB gadget: Handle endpoint requests at the function levelLaurent Pinchart
2009-09-23USB: gadget: Read buffer overflowRoel Kluin
2009-03-24USB: gadget: composite device-level suspend/resume hooksDavid Brownell
2009-03-24USB: composite: avoid inconsistent lock stateFelipe Balbi
2009-01-27USB: composite: Fix bug: low byte of w_index is the usb interface number not ...Bryan Wu
2009-01-27USB: composite: Fix bug: should test set_alt function pointer before use itBryan Wu
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell
2008-10-17usb gadget: function activation/deactivationDavid Brownell
2008-07-21usb gadget: minor USBCV fix for composite frameworkDavid Lopo
2008-07-21usb gadget: composite gadget coreDavid Brownell