瀏覽代碼

Chipidea: TI-NSPIRE USB OTG hardware does not support high speed and must connect at full speed

Signed-off-by: Daniel Tang <dt.tangr@gmail.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Daniel Tang 10 年之前
父節點
當前提交
89200448a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/usb/chipidea/ci_hdrc_zevio.c

+ 1 - 1
drivers/usb/chipidea/ci_hdrc_zevio.c

@@ -18,7 +18,7 @@
 
 static struct ci_hdrc_platform_data ci_hdrc_zevio_platdata = {
 	.name			= "ci_hdrc_zevio",
-	.flags			= CI_HDRC_REGS_SHARED,
+	.flags			= CI_HDRC_REGS_SHARED | CI_HDRC_FORCE_FULLSPEED,
 	.capoffset		= DEF_CAPOFFSET,
 };