aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/composite.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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