summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-06-22 16:09:34 -0700
committerNick Pelly <npelly@google.com>2011-06-22 16:09:34 -0700
commit348c27bd41de2ca5f6d28eeb8f50d2f3be57a740 (patch)
treea78d1f2a10ec9ce8c2ba48976aefc324a119fb13 /jni
parent7afc1ad4fcc31020e20a006ce88ad5a28b38e56b (diff)
downloadpackages_apps_nfc-348c27bd41de2ca5f6d28eeb8f50d2f3be57a740.zip
packages_apps_nfc-348c27bd41de2ca5f6d28eeb8f50d2f3be57a740.tar.gz
packages_apps_nfc-348c27bd41de2ca5f6d28eeb8f50d2f3be57a740.tar.bz2
Revert "Temporarily disable FW update for first cut of Nexus Prime bringup."
This reverts commit 7a89585090cbb4db53546a93e260b3d3d2ab6b35.
Diffstat (limited to 'jni')
-rw-r--r--jni/com_android_nfc_NativeNfcManager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/jni/com_android_nfc_NativeNfcManager.cpp b/jni/com_android_nfc_NativeNfcManager.cpp
index f239513..76abb59 100644
--- a/jni/com_android_nfc_NativeNfcManager.cpp
+++ b/jni/com_android_nfc_NativeNfcManager.cpp
@@ -447,9 +447,6 @@ static int nfc_jni_initialize(struct nfc_jni_native_data *nat) {
}
/* ====== FIRMWARE VERSION ======= */
- //Temporarily turn off FW update
- //TODO: Re-enable FW update
- caps.psDevCapabilities.firmware_update_info = 0;
if(caps.psDevCapabilities.firmware_update_info)
{
force_download: