From: Alan Stern Date: Thu, 17 Nov 2011 21:42:24 +0000 (-0500) Subject: USB: remove homegrown UTF conversion routine for gadgets X-Git-Tag: v3.3-rc1~153^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86dc243cb2ddecb6984401463ebb0963ceff3cdc;p=pandora-kernel.git USB: remove homegrown UTF conversion routine for gadgets This patch (as1502) removes the UTF8-to-UTF16 conversion routine in the USB gadget library and replaces it with a call to the equivalent function in the NLS library. The only downside worth noting is that the NLS library routine requires the output buffer to be 16-bit aligned. This is always true in the gadget code, because the output buffer is always a usb_request buffer being used to send a string descriptor. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed