summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2011-06-14 17:47:30 -0700
committerNick Pelly <npelly@google.com>2011-06-14 18:32:02 -0700
commit4b276c94d7a3286d8b73fdbd975053651b4cf989 (patch)
tree7b7c76ee9eaaa81b2ccd260c64010dc0ddb72e68 /src
parentf93b21f7b62f436e75973fdf2e1a15023f9d1467 (diff)
downloadexternal_libnfc-nxp-4b276c94d7a3286d8b73fdbd975053651b4cf989.zip
external_libnfc-nxp-4b276c94d7a3286d8b73fdbd975053651b4cf989.tar.gz
external_libnfc-nxp-4b276c94d7a3286d8b73fdbd975053651b4cf989.tar.bz2
Misc changes for Nexus Prime bringup.
o Fix uart read() implementation o Temporarily disable firmware update o Rename ttySx to ttyOx (this should be properly abstracted later) o Bug fix in #ifdef code o Update verbose logging arguments Change-Id: I87814e2be9ddbf5036d5586a2fd82311d56ec47f
Diffstat (limited to 'src')
-rw-r--r--src/phHal4Nfc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/phHal4Nfc.c b/src/phHal4Nfc.c
index c3599a6..f3beacb 100644
--- a/src/phHal4Nfc.c
+++ b/src/phHal4Nfc.c
@@ -367,7 +367,8 @@ NFCSTATUS phHal4Nfc_Open(
else/*Do an initialization*/
{
#ifdef ANDROID
- dlopen_firmware();
+ //TODO: Re-enable FW update
+ //dlopen_firmware();
#endif
/*If hal4 ctxt in Hwreference is NULL create a new context*/