From bd4175681b4096028005f08a564ace48b3fe2e28 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Thu, 16 Nov 2017 17:14:00 +0100 Subject: shinano-common: pn54x: advertise support for extended length NFC device support for extended length NFC successfully tested with German ID card and "AusweisApp2" (horribly unreliable, but working) on cheeseburger (OnePlus 5). Change-Id: I8db6a7eb13e2daf0fa7e7db3723db2b6b367281a --- pn54x/libnfc-nci.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pn54x/libnfc-nci.conf') diff --git a/pn54x/libnfc-nci.conf b/pn54x/libnfc-nci.conf index d5ddcd2..1361ea1 100644 --- a/pn54x/libnfc-nci.conf +++ b/pn54x/libnfc-nci.conf @@ -193,3 +193,9 @@ NFA_PROPRIETARY_CFG={05:FF:FF:06:81:80:77:FF:FF} # Bail out mode # If set to 1, NFCC is using bail out mode for either Type A or Type B poll. NFA_POLL_BAIL_OUT_MODE=0x01 + +################################################################################ +# Set max transceive length for IsoDep frames +# Standard 0x105 (261) +# Extended 0xFEFF (65279) +ISO_DEP_MAX_TRANSCEIVE=0xFEFF -- cgit v1.2.3