diff options
author | Simon Shields <simon@lineageos.org> | 2017-06-08 19:18:47 +1000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:17:13 +0200 |
commit | 3e3a1f0297d53987ad778fae2dd36e56bbc7c0af (patch) | |
tree | ee2c6e39b9373fb21e923432ddb3dac77bd748d1 /pn54x | |
parent | bd4175681b4096028005f08a564ace48b3fe2e28 (diff) |
shinano-common: pn54x: Disable NfcF HCE
Change-Id: Ied174a171ede1dfb42fefc9c386e18fc921b0cb7
Diffstat (limited to 'pn54x')
-rw-r--r-- | pn54x/libnfc-nci.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pn54x/libnfc-nci.conf b/pn54x/libnfc-nci.conf index 1361ea1..146e65e 100644 --- a/pn54x/libnfc-nci.conf +++ b/pn54x/libnfc-nci.conf @@ -199,3 +199,9 @@ NFA_POLL_BAIL_OUT_MODE=0x01 # Standard 0x105 (261) # Extended 0xFEFF (65279) ISO_DEP_MAX_TRANSCEIVE=0xFEFF + +################################################################################# +# Enable/Disable NFC-F HCE +# Disable 0x00 +# Enable non-zero value +ENABLE_NFCF_HCE=0x00 |