diff options
author | Li Jun <b47624@freescale.com> | 2014-06-25 15:28:45 +0800 |
---|---|---|
committer | Li Jun <B47624@freescale.com> | 2014-06-26 16:51:21 +0800 |
commit | bb7dbdf5fa721da4f496580ef8747f80174697a9 (patch) | |
tree | fdbc65f03c5817c7db51dedfe8dfcc905673b55f | |
parent | 136bf4bf8508489737d82f018057b95d60eb50e2 (diff) |
ENGR00319720-9 Documentation: usb: chipidea: Update test procedure for HNP polling support
Update HNP test procedure as HNP polling is supported.
Signed-off-by: Li Jun <b47624@freescale.com>
-rw-r--r-- | Documentation/usb/chipidea.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/Documentation/usb/chipidea.txt b/Documentation/usb/chipidea.txt index 995c8bca40e2..b2b93b401710 100644 --- a/Documentation/usb/chipidea.txt +++ b/Documentation/usb/chipidea.txt @@ -26,14 +26,13 @@ cat /sys/kernel/debug/ci_hdrc.0/registers On B-device: echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req - if HNP polling is not supported, also need: - On A-device: - echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req - B-device should take host role and enumrate A-device. 4) A-device switch back to host. - On B-device: + On A-device: + echo 1 > /sys/bus/platform/devices/ci_hdrc.0/inputs/a_bus_req + + or, on B-device: echo 0 > /sys/bus/platform/devices/ci_hdrc.0/inputs/b_bus_req A-device should switch back to host and enumrate B-device. |