summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sleep 500us between i2c writes, as per latest advice from NXP.Nick Pelly2011-06-081-0/+1
* Merge "Guard some code by LOW_LEVEL_TRACES; see c1f33130d9d2100e6232f8f3c7829...Nick Pelly2011-05-251-0/+2
|\
| * Guard some code by LOW_LEVEL_TRACES; see c1f33130d9d2100e6232f8f3c782949c7520...Robert Tsai2011-05-241-0/+2
* | Update P2P Modes.Nick Pelly2011-05-232-7/+9
* | Do not wait 3ms before each write.Nick Pelly2011-05-231-1/+1
|/
* Patch to enable low level traces.Daniel Tomas2011-05-194-0/+46
* Fixed LLCP SAP value range.Sylvain Fonteneau2011-05-161-1/+1
* Retry i2c read 5 times on i2c read error.Nick Pelly2011-05-121-0/+11
* Patch to perform a recover in case of a transaction failureDaniel Tomas2011-04-261-11/+23
* Merge "Enable P2P 106 passive (again)." into gingerbreadJeff Hamilton2011-04-171-2/+2
|\
| * Enable P2P 106 passive (again).Nick Pelly2011-04-151-2/+2
* | Avoid missing NFCIP inbound frame.Sylvain Fonteneau2011-04-141-1/+1
|/
* Ignore unreadable TLVs during LLCP activation and CONNECT/CC.Sylvain Fonteneau2011-04-082-9/+15
* Handle correctly LLCP aggregated frames.Sylvain Fonteneau2011-03-311-5/+8
* Disable P2P target 106 passive mode.Nick Pelly2011-03-184-6/+7
* Minor tweaks.Jeff Hamilton2011-03-122-2/+1
* Fix a compilation bug with PHDBG_TRACES enabled.Jeff Hamilton2011-03-111-1/+1
* Support formatting / makeReadOnly() of NDEF on ICODE.Martijn Coenen2011-02-2510-52/+958
* Added support for NDEF on ICODE.Martijn Coenen2011-02-256-8/+2016
* Fix to prevent accidental stopping of timers.Jan Brands2011-02-181-0/+5
* Narrow down NFCSTATUS_TARGET_LOST responses from libNFC.Martijn Coenen2011-02-181-2/+9
* Disable CardEmulation phase when we try to access the Secure Element in Wired...daniel_tomas2011-02-161-0/+1
* Patch to support set mode during the SE Wired modedaniel_tomas2011-02-161-2/+10
* Fixed issue with max size NDEF message on T2TJan2011-01-251-1/+4
* Support for using 3-byte length in NDEF TLV on Type 2 Tag.Martijn Coenen2011-01-201-14/+85
* Change the default IsoDep timeout to 300ms.Martijn Coenen2011-01-181-1/+1
* Erase callback when function returns immediately.Arnaud Ferir2011-01-181-6/+47
* Fixed LLCP send callback triggering.Arnaud Ferir2011-01-182-8/+5
* Fixed erroneous LLCP frame on socket closure.Sylvain Fonteneau2011-01-182-13/+11
* Fixed LLCP receive window checkings.Sylvain Fonteneau2011-01-182-6/+9
* Removed callback in case of immediate end of operation.Arnaud Ferir2011-01-182-143/+72
* Do not call LLCP socket listen callback on abort.Arnaud Ferir2011-01-181-6/+2
* Fixed NULL pointer error when trying to send LLCP REJECT frame.Arnaud Ferir2011-01-181-2/+5
* Fixed parameters checking in LLCP.Arnaud Ferir2011-01-182-2/+11
* Fixed some build warnings.Arnaud Ferir2011-01-181-2/+1
* Fixed memory handling in LLCP link layer.Arnaud Ferir2011-01-181-1/+9
* Allow LLCP socket creation before link establishment.Arnaud Ferir2011-01-184-80/+201
* Call the LLCP send callback in error cases.Arnaud Ferir2011-01-182-0/+26
* Fixed wrong byte order in 3-byte L-format in NDEF TLV on T2TJan Brands2011-01-181-4/+4
* Implement makeReadOnly() for dynamic T1T/T2T.Martijn Coenen2011-01-189-46/+1516
* Implement IsoDep timeout handling (libNFC).Martijn Coenen2011-01-184-2/+29
* Event field ON/OFF management added in the libnfcdaniel_tomas2011-01-122-10/+32
* Fix bugs related to SE+P2P co-exisitance.Nick Pelly2011-01-111-2/+17
* Libnfc updated to just notify the JNI when a transaction event is detecteddaniel_tomas2011-01-052-2/+2
* Actually set the lock bits for static T1T and T2T.Martijn Coenen2011-01-046-42/+198
* Add support for makeLowLevelReadonly() in libnfc.Martijn Coenen2010-12-1614-20/+1093
* Add support for connecting to different handles on the same tag.Martijn Coenen2010-12-164-0/+275
* Enable reading a connection-oriented socket even if remotely closed.Sylvain Fonteneau2010-12-132-1/+15
* Fixed typo in context restitution.Sylvain Fonteneau2010-12-131-1/+1
* Do not clear LLCP listen callback when an incoming socket is detected.Sylvain Fonteneau2010-12-131-2/+0