USB: gadget: midi: add midi function driver
authorDaniel Mack <zonque@gmail.com>
Wed, 28 Sep 2011 14:41:32 +0000 (16:41 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:39:49 +0000 (20:39 +0300)
commitd5daf49b58661ec4af7a55b277176efbf945ca05
treede8eeeda54aa36144208d4add536b94f0d121607
parent56526c0b8d752bf243a21722455807518925685f
USB: gadget: midi: add midi function driver

This patch adds f_midi.c to implement a USB gadget function that works
with the composite framework, so it can be combined with other USB
functions.

The code for the ALSA/MIDI logic was taken from the midi device gadget,
other parts have been rewritten to benefit from the dynamic descriptor
allocation features.

This was successfully tested on an OMAP3 board.

Signed-off-by: Daniel Mack <zonque@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_midi.c [new file with mode: 0644]