summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/composite.c
AgeCommit message (Expand)Author
2011-11-30usb: gadget: android: Update android gadget driverBenoit Goby
2011-11-30usb: gadget: composite: Add usb_remove_configBenoit Goby
2011-11-30usb: gadget: composite: USB_GET_CONFIGURATION must return 0 in unconfigured s...Oleg Matcovschi
2011-11-30USB: gadget: composite: fix compile issuesVikram Pandita
2011-11-30USB: gadget: composite: Use separate switches for connected and config stateMike Lockwood
2011-11-30USB: gadget: composite: Dynamically set IAD bFirstInterfaceJohn Michelau
2011-11-30USB: composite: Add usb_composite_force_reset utility to force enumerationMike Lockwood
2011-11-30USB: gadget: composite: Move switch_set_state calls to a work queueMike Lockwood
2011-11-30USB: composite: Add support for functions overriding USB_DT_STRING descriptorsMike Lockwood
2011-11-30USB: gadget: composite: Add userspace notifications for USB state changesMike Lockwood
2011-11-30USB: gadget: composite: Don't increment interface number for alt settings.Mike Lockwood
2011-11-30USB: gadget: composite: Don't call set_alt() on functions that are hidden.Mike Lockwood
2011-11-30USB: composite: Compute interface numbers correctly when functions are hidden.Mike Lockwood
2011-11-30USB: composite: Add class driver for enabling and disabling USB functions.Mike Lockwood
2011-11-30USB: composite: Allow configurations to handle unhandled setup requestsJoe Swantek
2011-11-30USB: composite: Add flag to usb_function to hide its interface during enumera...Mike Lockwood
2011-11-30USB: composite: Fix USB WHQL Certification IssuesJared Suttles
2011-11-30drivers: usb: gadget: handle NULL descriptors in composite config_bufJared Suttles
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