From aa7e306271a0b2a077a2b685049fabe8734f6986 Mon Sep 17 00:00:00 2001 From: Arian Date: Fri, 27 Sep 2019 16:16:14 +0200 Subject: shinano-common: pn54x: Apply sony changes to linbnfc-brcm.conf Change-Id: Ie1d0acaab00761904a7bda1ce55a34cbcb3f5f1f --- pn54x/libnfc-brcm.conf | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'pn54x') diff --git a/pn54x/libnfc-brcm.conf b/pn54x/libnfc-brcm.conf index 14c6912..7fa54bd 100644 --- a/pn54x/libnfc-brcm.conf +++ b/pn54x/libnfc-brcm.conf @@ -34,7 +34,7 @@ NFA_STORAGE="/data/nfc" ############################################################################### # Insert a delay in milliseconds after NFC_WAKE and before write to NFCC -#NFC_WAKE_DELAY=20 +NFC_WAKE_DELAY=20 ############################################################################### # Various Delay settings (in ms) used in USERIAL @@ -65,7 +65,7 @@ NFA_STORAGE="/data/nfc" # byte[4-n] are the LPTD parameters. # By default, LPTD is enabled and default settings are used. # See nfc_hal_dm_cfg.c for defaults -#LPTD_CFG={23:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0C:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00} +LPTD_CFG={23:B9:21:01:02:FF:FF:04:A0:0F:40:00:80:02:02:10:00:00:00:31:0C:30:00:00:00:00:00:00:00:00:00:00:00:00:00:00} ############################################################################### # Startup Configuration (100 bytes maximum) @@ -77,7 +77,7 @@ NFA_STORAGE="/data/nfc" # 3 : UICCx supports both ISO_DEP and Mifare in low power mode. # # AA BB -#NFA_DM_START_UP_CFG={1F:CB:01:01:A5:01:01:CA:14:00:00:00:00:06:E8:03:00:00:00:00:00:00:00:00:00:00:00:00:00:80:01:01} +NFA_DM_START_UP_CFG={1F:CB:01:01:A5:01:01:CA:14:00:00:00:00:06:E8:03:00:00:00:00:00:00:00:00:00:00:00:00:00:80:01:01} ############################################################################### # Startup Vendor Specific Configuration (100 bytes maximum); @@ -132,12 +132,13 @@ NFA_HCI_DEFAULT_DEST_GATE=0xF0 #NFA_HCI_STATIC_PIPE_ID_F3=0x70 #NFA_HCI_STATIC_PIPE_ID_01=0x19 NFA_HCI_STATIC_PIPE_ID_C0=0x19 + ############################################################################### # When disconnecting from Oberthur secure element, perform a warm-reset of # the secure element to deselect the applet. # The default hex value of the command is 0x3. If this variable is undefined, # then this feature is not used. -#OBERTHUR_WARM_RESET_COMMAND=0x03 +OBERTHUR_WARM_RESET_COMMAND=0x03 ############################################################################### # Force UICC to only listen to the following technology(s). @@ -191,12 +192,12 @@ SCREEN_OFF_POWER_STATE=1 ############################################################################### # Firmware patch file # If the value is not set then patch download is disabled. -#FW_PATCH="/vendor/firmware/bcm2079x_firmware.ncd" +FW_PATCH="/vendor/firmware/bcm2079x_firmware.ncd" ############################################################################### # Firmware pre-patch file (sent before the above patch file) # If the value is not set then pre-patch is not used. -#FW_PRE_PATCH="/vendor/firmware/bcm2079x_pre_firmware.ncd" +FW_PRE_PATCH="/vendor/firmware/bcm2079x_pre_firmware.ncd" ############################################################################### # Firmware patch format @@ -277,7 +278,7 @@ SCREEN_OFF_POWER_STATE=1 # writing next block of data. the delay is calculated as below # NFC_WRITE_DELAY * (number of byte written) / 1000 milliseconds # e.g. after 259 bytes is written, delay (259 * 20 / 1000) 5 ms before next write -#NFC_WRITE_DELAY=20 +NFC_WRITE_DELAY=20 ############################################################################### # Maximum Number of Credits to be allowed by the NFCC -- cgit v1.2.3