aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/gmidi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-166/+0
2014-07-10usb: gadget: Convert drivers to use module_usb_composite_driver()Tobias Klauser1-12/+1
2013-01-10usb: gadget: consider link speed for bMaxPowerSebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-15/+1
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-1/+1
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-7/+6
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-1/+3
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior1-17/+4
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-10-13USB: gadget: f_midi: allow a dynamic number of input and output portsDaniel Mack1-1/+11
2011-10-13USB: gadget: midi: refactor the device codeDaniel Mack1-1196/+79
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-10/+1
2011-07-01usb: gadget: defer setting maxpacket till ->setup()Sebastian Andrzej Siewior1-2/+1
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-2/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-2/+1
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-1/+1
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-1/+1
2010-06-23ALSA: usb-audio: unify UAC macros and struct namesDaniel Mack1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: Remove unsupported usb gadget driversChristoph Egger1-5/+0
2010-02-23usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.hDaniel Mack1-1/+1
2009-09-23USB audio gadget: Prefix all macro definitions with UAC_ in linux/usb/audio.hLaurent Pinchart1-4/+4
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-8/+8
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-8/+8
2009-01-12drivers/usb/gadget: Convert to snd_card_create()Takashi Iwai1-4/+3
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-1/+1
2008-10-16usb gadget: link fixes for MIDI gadgetDavid Brownell1-0/+15
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-2/+0
2008-04-28drivers/usb annotations and fixesAl Viro1-3/+3
2008-04-24USB: gadget section fixesDavid Brownell1-1/+1
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-3/+3
2008-01-31[ALSA] Remove sound/driver.hTakashi Iwai1-1/+0
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12USB: gadget: gmidi cleanupsDavid Brownell1-48/+32
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 1David Brownell1-7/+1
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-20USB: gadget driver unbind() is optional; section fixes; miscDavid Brownell1-6/+6
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-09-27USB: gmidi: New USB MIDI Gadget class driver.Ben Williamson1-0/+1337