From 4ae1db72d7bece05269579e97620555e8ded76d7 Mon Sep 17 00:00:00 2001 From: Nick Pelly Date: Wed, 27 Jul 2011 09:39:06 -0700 Subject: Print a warning message on NXP_EVT_INFO_MEM_VIOLATION. This indicates the pn544 trim values were over-written by the faulty FW procedure, I have a FW to reset trim values to default. Revert this commit before ship. It should only be needed for dev phones. Change-Id: I77d3d66b6937f181c83022a0e0791a44974c51ae --- src/phHciNfc_DevMgmt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/phHciNfc_DevMgmt.c') diff --git a/src/phHciNfc_DevMgmt.c b/src/phHciNfc_DevMgmt.c index 32662c1..60bcf73 100644 --- a/src/phHciNfc_DevMgmt.c +++ b/src/phHciNfc_DevMgmt.c @@ -1339,6 +1339,7 @@ phHciNfc_Recv_DevMgmt_Event( case NXP_EVT_INFO_MEM_VIOLATION: { event_info.eventType = NFC_INFO_MEM_VIOLATION; + LOGW("Your NFC controller is kinda hosed, take it to npelly@ to fix"); break; } case NXP_EVT_INFO_TEMP_OVERHEAT: -- cgit v1.1