USB: gadget: midi: refactor the device code
authorDaniel Mack <zonque@gmail.com>
Wed, 28 Sep 2011 14:41:33 +0000 (16:41 +0200)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:39:51 +0000 (20:39 +0300)
commit2672eea5a38b35e6d28f851e990e110e217271eb
treef81ddf102229dde2ac37d8940dc6ba56a6de78a5
parentd5daf49b58661ec4af7a55b277176efbf945ca05
USB: gadget: midi: refactor the device code

Make use of the newly added MIDI function in f_midi.c and strip down
the MIDI gadget code radically. Also use the generic framework function
to avoid code duplication and rename some symbols to bring them in sync
with other code in the gadget framework.

[ balbi@ti.com : fix Section mismatch warnings.
rebased on top of usb_speed_string() patch to
avoid conflicts. ]

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
drivers/usb/gadget/gmidi.c