From: Peter Chen Date: Tue, 22 Nov 2011 01:55:45 +0000 (+0800) Subject: USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFER X-Git-Tag: v3.2-rc5~50^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c91d908f5af027ed14b3d103331f91f386c1043;p=pandora-kernel.git USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFER Some ISO gadgets, like audio, has SYNC attribute as well as USB_ENDPOINT_XFER_ISOC for their bmAttributes at ISO endpoint descriptor. So, it needs to use usb_endpoint_xfer_isoc to judge ISO XFER. Signed-off-by: Peter Chen Acked-by: Michal Nazarewicz Acked-by: Li Yang Signed-off-by: Felipe Balbi Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed