From: Matt DeVillier Date: Thu, 24 Apr 2014 14:16:31 +0000 (-0300) Subject: [media] fix mceusb endpoint type identification/handling X-Git-Tag: omap-for-v3.16/fixes-against-rc1~56^2~20^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cacb46ace1f433f0ab02af10686f6dc50b5d268;p=pandora-kernel.git [media] fix mceusb endpoint type identification/handling Change the I/O endpoint handling of the mceusb driver to respect the endpoint type reported by device (bulk/interrupt), rather than treating all endpoints as type interrupt, which breaks devices using bulk endpoints when connected to a xhci controller. Accordingly, change the function calls to initialize an endpoint's transfer pipe and urb handlers to use the correct function based on the endpoint type. [m.chehab@samsung.com: Fix merge conflicts and compilation breakage] Signed-off-by: Matt DeVillier Tested-by: Sean Young Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed