summaryrefslogtreecommitdiffstats
path: root/nxp
Commit message (Collapse)AuthorAgeFilesLines
* Power off only when initialization failedHEADreplicant-4.2-0004replicant-4.2-0003replicant-4.2Paul Kocialkowski2014-08-031-1/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* NativeNfcManager: Properly unconfigure NFC chipreplicant-4.2-0002Paul Kocialkowski2014-06-302-0/+5
| | | | | Change-Id: I8da74ff64579181387b3905c29e5d4dca9e9e7eb Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* fixed inconsistant defines that are supposed to match tagtechnology.javadoug yeager2013-02-211-2/+2
| | | | Change-Id: If3afc9a3d46fe3780261d029caac18d242718e38
* nfc: Add alternate firmware pathSteve Kondik2013-02-061-0/+5
| | | | | | * So we stay bug-for-bug compatible with OEMs. Change-Id: I0c14568d9f587ebcd2d21c0f0490b705be7ce8ce
* Merge branch 'jb-mr1-release' of ↵Steve Kondik2012-11-215-358/+1303
| | | | | | | | | https://android.googlesource.com/platform/packages/apps/Nfc into HEAD Conflicts: nxp/jni/com_android_nfc_NativeNfcManager.cpp Change-Id: Ic84af6ad1cda79984f40e9fc464d2cbaa994b89a
* NfcAdapterExtras: add driver name.mike wakerly2012-10-031-0/+7
| | | | | Bug: 7276355 Change-Id: If2732afd542a68dc440308dae9eb76eb7ff31e25
* Don't report empty NDEF tags as formattable.Martijn Coenen2012-08-281-0/+1
| | | | | | This was regression from a JB change. Change-Id: Idbd92abf797478ec827dc26d6e825e2a6805356d
* Allow different default MIU / window sizes.Martijn Coenen2012-08-071-0/+17
| | | | | | | The new NCI stack can deal with larger MIU and rw sizes, which give us better p2p throughput. Change-Id: I6600f28ddafe142b64ead2df896823bb8d242fc5
* am bb65a8d8: Allow NfcB connects in NCI stack.Martijn Coenen2012-08-071-0/+4
|\ | | | | | | | | * commit 'bb65a8d87ee523c92ca1b5f57efe139bab3859fe': Allow NfcB connects in NCI stack.
| * Allow NfcB connects in NCI stack.Martijn Coenen2012-08-071-0/+4
| | | | | | | | | | | | | | PN544 did not support this - move the code checking for that into dh implementation. Change-Id: I4def57697bc81cf599421f1ffbfa85c0db72c458
| * NFC: Initial NCI DeviceHost and JNI implementation. (DO NOT MERGE)Martijn Coenen2012-08-011-0/+22
| | | | | | | | | | | | | | | | | | | | From partner drop at 07/20. Modified to fit into our new JNI/DH split. New build config that builds two targets, Nfc and NfcNci, each with their own dependencies. Product config files have to specify either Nfc or NfcNci in their packages config. Change-Id: I348a3aad7167195ca03baf9636408ab8e4c55fce
| * Point jni class references to new dhimpl package. (DO NOT MERGE)Martijn Coenen2012-08-017-20/+20
| | | | | | | | | | | | | | The DeviceHost classed moved to a new package, updated the JNI references accordingly. Change-Id: I11d30b241f80e2efba4570a921346ea3689b4ec5
| * Move NXP JNI and DeviceHost implementation into separate dir. (DO NOT MERGE)Martijn Coenen2012-08-0120-0/+8755
| | | | | | | | | | | | | | | | | | | | Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: I8579ec30ceb1908e4cd180cfbd10224aa4bddb8d
| * Revert "Move NXP JNI and DeviceHost implementation into separate dir." (DO ↵Martijn Coenen2012-08-0119-8752/+0
| | | | | | | | | | | | | | | | NOT MERGE) This reverts commit 26f6049196acaa9768ba6bdef343216ea878a4c1. Change-Id: I7ed3a1ba24bbbdb3336547c20f47c344d70b2d30
| * Move NXP JNI and DeviceHost implementation into separate dir. (DO NOT MERGE)Martijn Coenen2012-08-0119-0/+8752
| | | | | | | | | | Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: Ibb6aeb11f0bb887e153fd457860b1ad0e39e7933
* NFC: Initial NCI DeviceHost and JNI implementation.Martijn Coenen2012-07-271-0/+22
| | | | | | | | | | From partner drop at 07/20. Modified to fit into our new JNI/DH split. New build config that builds two targets, Nfc and NfcNci, each with their own dependencies. Product config files have to specify either Nfc or NfcNci in their packages config. Change-Id: I348a3aad7167195ca03baf9636408ab8e4c55fce
* Point jni class references to new dhimpl package.Martijn Coenen2012-07-257-20/+20
| | | | | | | The DeviceHost classed moved to a new package, updated the JNI references accordingly. Change-Id: I11d30b241f80e2efba4570a921346ea3689b4ec5
* Move NXP JNI and DeviceHost implementation into separate dir.Martijn Coenen2012-07-2520-0/+8758
| | | | | | | | | | Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: I8579ec30ceb1908e4cd180cfbd10224aa4bddb8d
* Revert "Move NXP JNI and DeviceHost implementation into separate dir."Martijn Coenen2012-07-2419-8755/+0
| | | | This reverts commit 26f6049196acaa9768ba6bdef343216ea878a4c1.
* Move NXP JNI and DeviceHost implementation into separate dir.Martijn Coenen2012-07-2419-0/+8755
Preparation for the new NCI stack. The idea is to build either the NXP or the NCI stack, triggered by a makefile switch. To that end, move the DeviceHost and JNI implementations in their own directory, so we can build them only if needed. Change-Id: Ibb6aeb11f0bb887e153fd457860b1ad0e39e7933