summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Latest phDnldNfc.c code from NXP.Nick Pelly2011-07-191-76/+224
|/ / /
* | | Revert "Patch to decrease the maximum packet size for NFC firmware download"Nick Pelly2011-07-141-3/+3
* | | Delay 5ms after FW SW reset command due to clock instability.Nick Pelly2011-07-141-0/+6
* | | Patch to decrease the maximum packet size for NFC firmware downloadDaniel Tomas2011-07-121-3/+3
* | | Check SAP range in LLCP sockets.Sylvain Fonteneau2011-07-042-11/+49
* | | am 51c0ca53: am f1612434: am 967359c8: Patch to support the new PN544 firmwar...Daniel Tomas2011-06-284-4/+82
|\ \ \ | |/ /
| * | am 967359c8: Patch to support the new PN544 firmware eventsDaniel Tomas2011-06-284-4/+82
| |\ \ | | |/
| | * Patch to support the new PN544 firmware eventsDaniel Tomas2011-06-284-4/+82
* | | Patch to add the windowing support in the libnfcDaniel Tomas2011-06-287-196/+334
* | | Print warning if no FW file found.Nick Pelly2011-06-272-2/+7
* | | libnfc spring cleaningNick Pelly2011-06-2718-68/+68
* | | Implement power control and firmware download for UART.Nick Pelly2011-06-221-3/+2
* | | Misc changes for Nexus Prime bringup.Nick Pelly2011-06-141-1/+2
* | | Make NfcA timeout configurable in libnfc.Martijn Coenen2011-06-093-1/+18
* | | am 055a5f95: am b76c80da: am 80c2d409: Merge "Prevent NFC crash-loop if firmw...Jean-Baptiste Queru2011-06-082-5/+9
|\ \ \ | |/ /
| * | am 80c2d409: Merge "Prevent NFC crash-loop if firmware cannot be loaded."Jean-Baptiste Queru2011-06-032-5/+9
| |\ \ | | |/ | |/|
| | * Prevent NFC crash-loop if firmware cannot be loaded.Martijn Coenen2011-06-022-5/+9
* | | Merge "Implement Felica timeout handling (libNFC)."Martijn Coenen2011-06-063-2/+13
|\ \ \
| * | | Implement Felica timeout handling (libNFC).Martijn Coenen2011-06-033-2/+13
| |/ /
* | | Add support for connecting to NfcA on IsoDep tags.Martijn Coenen2011-06-061-8/+4
* | | Update V(RA) counter in LLCP sockets any time it is needed.Sylvain Fonteneau2011-06-031-173/+56
|/ /
* | Patch to enable low level traces.Daniel Tomas2011-05-191-0/+13
* | Fixed LLCP SAP value range.Sylvain Fonteneau2011-05-161-1/+1
|/
* 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-183-4/+4
* Minor tweaks.Jeff Hamilton2011-03-122-2/+1
* Support formatting / makeReadOnly() of NDEF on ICODE.Martijn Coenen2011-02-259-52/+957
* Added support for NDEF on ICODE.Martijn Coenen2011-02-255-8/+2015
* 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
* 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