From: Yauhen Kharuzhy Date: Fri, 17 Oct 2008 23:10:20 +0000 (+0000) Subject: USB: Fix s3c2410_udc usb speed handling X-Git-Tag: v2.6.27.3~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f41088c56185a338b1e916a95c2ce11e3996e6a;p=pandora-kernel.git USB: Fix s3c2410_udc usb speed handling commit f9e9cff613b8239ce9159735aa662c9c85b478bf upstream The new composite framework revealed a weakness in the s3c2410_udc driver gadget register function. Instead of checking if speed asked for was USB_LOW_SPEED upon usb_gadget_register() to deny service, it checked only for USB_FULL_SPEED, thus denying service to usb high speed capable gadgets (like g_ether). Signed-off-by: Yauhen Kharuzhy Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed