diff options
| author | Martijn Coenen <maco@google.com> | 2013-04-10 21:42:21 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-04-10 21:42:22 +0000 |
| commit | d2e38f8f4c231d56d66a7f806587fd2c942a9f12 (patch) | |
| tree | 76c930112f6be59f273241cb447923f0ecbbc10c /halimpl | |
| parent | 878a04bd7aedc8177c8200fdeea42a9b0d281417 (diff) | |
| parent | dd071b3b25fa5d845ee05ca3bc9e05ae0f683eaf (diff) | |
| download | android_hardware_broadcom_nfc-d2e38f8f4c231d56d66a7f806587fd2c942a9f12.tar.gz android_hardware_broadcom_nfc-d2e38f8f4c231d56d66a7f806587fd2c942a9f12.tar.bz2 android_hardware_broadcom_nfc-d2e38f8f4c231d56d66a7f806587fd2c942a9f12.zip | |
Merge "Increase I2C address change delay." into jb-mr2-dev
Diffstat (limited to 'halimpl')
| -rwxr-xr-x | halimpl/bcm2079x/adaptation/userial_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/bcm2079x/adaptation/userial_linux.c b/halimpl/bcm2079x/adaptation/userial_linux.c index 87803d0..9110349 100755 --- a/halimpl/bcm2079x/adaptation/userial_linux.c +++ b/halimpl/bcm2079x/adaptation/userial_linux.c @@ -1653,7 +1653,7 @@ UDRV_API void USERIAL_PowerupDevice(tUSERIAL_PORT port) resetSuccess = 1; linux_cb.client_device_address = bcmi2cnfc_client_addr; /* Delay long enough for address change */ - delay = 100; + delay = 200; } } else { resetSuccess = 1; |
