summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/composite.c
AgeCommit message (Expand)Author
2011-01-07Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2011-01-07Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman
2010-12-21Merge branch 'linux-tegra-2.6.36' into android-tegra-2.6.36Colin Cross
2010-12-14USB: gadget: composite: Use separate switches for connected and config stateMike Lockwood
2010-12-11USB: gadget: composite: Dynamically set IAD bFirstInterfaceJohn Michelau
2010-11-22usb gadget: composite: prevent OOPS for non-standard control requestRoger Quadros
2010-09-29USB: composite: Add usb_composite_force_reset utility to force enumerationMike Lockwood
2010-09-29USB: gadget: composite: Move switch_set_state calls to a work queueMike Lockwood
2010-09-29USB: composite: Add support for functions overriding USB_DT_STRING descriptorsMike Lockwood
2010-09-29USB: gadget: composite: Add userspace notifications for USB state changesMike Lockwood
2010-09-29USB: gadget: composite: Don't increment interface number for alt settings.Mike Lockwood
2010-09-29USB: gadget: composite: Don't call set_alt() on functions that are hidden.Mike Lockwood
2010-09-29USB: composite: Compute interface numbers correctly when functions are hidden.Mike Lockwood
2010-09-29USB: composite: Add class driver for enabling and disabling USB functions.Mike Lockwood
2010-09-29USB: composite: Allow configurations to handle unhandled setup requestsJoe Swantek
2010-09-29USB: composite: Add flag to usb_function to hide its interface during enumera...Mike Lockwood
2010-09-29USB: composite: Fix USB WHQL Certification IssuesJared Suttles
2010-09-29drivers: usb: gadget: handle NULL descriptors in composite config_bufJared Suttles
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