diff options
author | Martijn Coenen <maco@google.com> | 2012-02-24 11:18:58 -0800 |
---|---|---|
committer | Martijn Coenen <maco@google.com> | 2012-02-24 11:18:58 -0800 |
commit | a522be50c4343edf196e6533befb2bbc5ace6124 (patch) | |
tree | 3ffbc7191729e2aca6a0ef886b4b812dcf9bdef5 /nfc | |
parent | 55054d673b300eb4d3d56686f350abc6c360a880 (diff) | |
download | device_samsung_tuna-a522be50c4343edf196e6533befb2bbc5ace6124.zip device_samsung_tuna-a522be50c4343edf196e6533befb2bbc5ace6124.tar.gz device_samsung_tuna-a522be50c4343edf196e6533befb2bbc5ace6124.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: I031b5b7fbe0ac4930ab08c36add011379c3f9907
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 9d87b5f..cd26be5 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 #ifdef maguro // Maguro load modulation settings ,{0x00,0x99,0x29,0xF4} // Type A load modulation amplitude fine tuning |