From 0cacb46ace1f433f0ab02af10686f6dc50b5d268 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Thu, 24 Apr 2014 11:16:31 -0300 Subject: [PATCH] [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-format-patch failed