]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00178932 USB: fix two USB otg common bug for i.MX6
authormake shi <b15407@freescale.com>
Thu, 5 Apr 2012 05:09:18 +0000 (13:09 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:11:25 +0000 (14:11 +0200)
commite43fb21542395a7acd2621d06d90c6c7e201ce1e
treee9da981fe40705ef8195ed172b023224530e2823
parent448f86b13622d9cc1ed28e1741b21614490832c1
ENGR00178932 USB: fix two USB otg common bug for i.MX6

 - Built in gadget device driver, plug in USB cable  with no response,
  the reason is USB VBUS wakeup is not enable after OTG switch,make
  sure pdata->port_enables is 1 even if the pdata is otg device pdata.

 -Without modprobe or built in  gadget device driver,after plug out
  the USB otg cable,will output "wait otg vbus change timeout!".The
  reason is we get error otgsc data  after USB enter low power mode.

Signed-off-by: make shi <b15407@freescale.com>
drivers/usb/otg/fsl_otg.c