summaryrefslogtreecommitdiffstats
path: root/src/phHciNfc_CE_B.c
Commit message (Collapse)AuthorAgeFilesLines
* On some handsets, there is a configuration of hardware that causes a ↵doug yeager2012-09-261-1/+3
| | | | | | conflict with HCE. Primarily it is something in the SWP configuration with a SWP sim card. It appears to be a PN544 register setting that blocks HCE type A only from initialization. This patch checks for this conflict and disables HCE for those configurations. The better way would be to understand how to set the PN544 registers to unblock the conflict, but this is a sufficient work around for this minority of configurations Change-Id: I64d79acaa7eb58e15f1fb4bbe298883036f6d45a
* card emulation patch port to JBdoug yeager2012-08-281-79/+1177
| | | | Change-Id: I86657f9c547840de33c35df4912b5f282d4fe459
* Initial libnfc checkinNick Pelly2010-09-231-0/+729
Source: Trusted_NFC_Device_Host_AA03.01e02_google.zip code drop (23-Sep-2010) Change-Id: Ie47f18423f949a8d3e0815d13f55c814312add24 Signed-off-by: Nick Pelly <npelly@google.com>