sm7125: nfc: correct DEFAULT_ISODEP_ROUTE for HCE mode.

The route value 0x00 fixes NFC HCE mode.

Change-Id: I1fa7dcda8d23e40405804cdfa464dd0dd8b6ed84
fourteen-wip
Wolfram Liebchen 3 years ago committed by Simon1511
parent a9f99a10f0
commit 6a6b4cc884
  1. 2
      configs/nfc/libnfc-sec-vendor.conf

@ -93,7 +93,7 @@ OFFHOST_ROUTE_ESE={82}
###############################################################################
# Configure the default NfcA/IsoDep techology and protocol route. Can be
# either a secure element (e.g. 0x02) or the host (0x00)
DEFAULT_ROUTE=0x03
DEFAULT_ROUTE=0x00
###############################################################################
# Configure the single default SE to use. The default is to use the first
# SE that is detected by the stack. This value might be used when the phone

Loading…
Cancel
Save