diff options
author | Martijn Coenen <maco@google.com> | 2012-02-24 11:20:56 -0800 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-02-24 11:20:56 -0800 |
commit | 78f17c05790622b6a4b34e724c81d4a28fa9501b (patch) | |
tree | bf31b7e801afb967a08ddb1bc3c103245a480999 /nfc | |
parent | bb0ccc8638ba701372bddab8bea0a31e83bc5070 (diff) | |
download | device_samsung_crespo-78f17c05790622b6a4b34e724c81d4a28fa9501b.zip device_samsung_crespo-78f17c05790622b6a4b34e724c81d4a28fa9501b.tar.gz device_samsung_crespo-78f17c05790622b6a4b34e724c81d4a28fa9501b.tar.bz2 |
Remove ANAVMID EEPROM values.
These values are calibrated in the factory and should not be
overwritten; they negatively affect both reader and ce performance.
See the bug for more details.
Bug: 5969862
Change-Id: I5c1a7ff1da0763891c0948e7cc0853e4bec15c82
Diffstat (limited to 'nfc')
-rw-r--r-- | nfc/nfc_hw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nfc/nfc_hw.c b/nfc/nfc_hw.c index e1c9f8e..9bd14c6 100644 --- a/nfc/nfc_hw.c +++ b/nfc/nfc_hw.c @@ -31,8 +31,6 @@ static uint8_t pn544_eedata_settings[][4] = { ,{0x00,0x9B,0xD6,0x1E} // GSP setting for this threshold ,{0x00,0x9B,0xDD,0x1C} // GSP setting for this threshold ,{0x00,0x9B,0x84,0x13} // ANACM2 setting - ,{0x00,0x99,0x81,0x7F} // ANAVMID setting PCD - ,{0x00,0x99,0x31,0x70} // ANAVMID setting PICC // Enable PBTF ,{0x00,0x98,0x00,0x3F} // SECURE_ELEMENT_CONFIGURATION - No Secure Element |