From: Kuninori Morimoto Date: Mon, 6 Jun 2011 05:17:56 +0000 (+0900) Subject: usb: renesas_usbhs: modify pipe direction flags X-Git-Tag: v3.1-rc1~234^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad6f2a8bc53b7cc104f481a648ce357528cc08eb;p=pandora-kernel.git usb: renesas_usbhs: modify pipe direction flags Current driver had pipe direction flag which came from usb_endpoint_dir_in(). It means "input direction" for HOST, and "out direction" for Gadget. But driver needs "input direction for pipe". This patch adds IS_DIR_HOST flags and care both "input direction for HOST" and "input direction for pipe" Signed-off-by: Kuninori Morimoto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed