adapter: Bypass the target layer
[platform/upstream/neard.git] / plugins / nfctype2.c
2012-04-19 Samuel Ortizadapter: Bypass the target layer
2012-04-19 Samuel Ortiztag: Add D-Bus interface
2012-03-16 Olivier Guitermifare: Add MIFARE read support to type2 plugin
2012-03-02 Ravi kumar Veeramallynfctype2: Memory leak fix
2012-02-24 Ravi kumar Veeramallynfctype2: Coding style fix
2012-02-23 Samuel Ortiznfctype2: Implement check_presence
2012-02-10 Ravi kumar Veeramallyplugins: Move connect and disconnect calls away from...
2012-02-09 Samuel Ortiztag: Use kernel definitions for tag protocols
2012-02-06 Samuel Ortiztarget: Improve tag addition API
2012-02-06 Samuel Ortiztlv: Simplify tlv parsing API
2012-02-06 Samuel Ortizplugins: Define tag priorities
2012-01-27 Ravi kumar Veeramallynfctype2: Tag writing support
2012-01-27 Ravi kumar Veeramallytag: Add memory layout enum to tag structure
2012-01-27 Ravi kumar Veeramallytag: Add target_idx parameter to near_tag_io_cb prototype
2012-01-27 Ravi kumar Veeramallyplugin: Move adapter_disconnect call away from plugins
2011-12-23 Samuel Ortiztag: Rename near_tag_read_cb
2011-11-28 Olivier Guiterplugin: Add code to check target subtype on type 2
2011-11-09 Olivier Guitertype2: Add Readonly flag support
2011-10-21 Samuel Ortiznfctype2: Free cookie _after_ using dereferencing it
2011-10-21 Samuel Ortiztarget: Target hash table key should be the target...
2011-10-21 Samuel Ortiztlv: Add tlv parsing routine
2011-10-21 Samuel Ortiznfctype2: Use TLV utilities
2011-10-21 Samuel Ortizndef: org.neard.Record export
2011-10-21 Samuel Ortiztag: Add reader callback support
2011-10-21 Samuel Ortiznfctype2: Fix cookie memory leak
2011-10-21 Samuel Ortiznfctype2: No need to be that verbose
2011-10-21 Samuel Ortiznfctype2: Fix memcpy offset
2011-10-21 Samuel Ortiznfctype2: TLV parsing and NDEF tag adding
2011-10-21 Samuel Ortiztag: Extend the tag API
2011-10-21 Samuel Ortiznfctype2: Fix type 2 tag reading
2011-10-21 Samuel Ortiznfctype2: Typo fix
2011-10-21 Samuel Ortiznfctype2: Do not read data if CC indicates a zero length
2011-10-21 Samuel Ortiznfctype2: Tag data blocks read
2011-10-21 Samuel Ortiznfctype2: Fix error path for meta information read
2011-10-21 Samuel Ortiznfctype2: Initial implementation
2011-10-21 Samuel Ortiztag: Update NDEF reading API
2011-10-21 Samuel OrtizUse stdint types
2011-10-21 Samuel Ortiztag: Change the tag read prototype
2011-10-21 Samuel Ortiznfctype2: Initial implementation