]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: chipidea: udc: bypass pullup DP when gadget connect in OTG fsm mode
authorLi Jun <jun.li@freescale.com>
Mon, 23 Mar 2015 08:03:35 +0000 (16:03 +0800)
committerPeter Chen <peter.chen@freescale.com>
Wed, 8 Apr 2015 06:13:02 +0000 (14:13 +0800)
commit9b6567e19bc55187bc1bb094b00a9f63acb30071
tree6f441432bcea329aecf3bcfd89b8e8564d7fa440
parentb7a4abb67416aa07cd65446dd39e64525ccfe8e5
usb: chipidea: udc: bypass pullup DP when gadget connect in OTG fsm mode

By pass pullup DP in OTG fsm mode when do gadget connect, to let it handled
by OTG state machine.

This patch can fix the problem you found with my HNP polling patchset after
below 3 patches introduced:
467a78c usb: chipidea: udc: apply new usb_udc_vbus_handler interface
628ef0d usb: udc: add usb_udc_vbus_handler
dfea9c9 usb: udc: store usb_udc pointer in struct usb_gadget

Problem:
- Connect USB cable and MicroAB cable between two boards
- Boot up two boards
- load g_mass_storage at B-device side, the enumeration will success,
and A will see a usb mass-storage device
- load g_mass_storage at A-device side, the problem has occurred, the
connection will be lost at the beginning, then connect again.

This patch is based on
commit eff933c1d3a2e046492b3dfc86db813856553a29
(chipidea: pci: make it depends on NOP_USB_XCEIV)
on branch peter-usb-dev of
git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git

Signed-off-by: Li Jun <jun.li@freescale.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
drivers/usb/chipidea/udc.c