adapter: Bypass the target layer
[platform/upstream/neard.git] / src / adapter.c
2012-04-19 Samuel Ortizadapter: Bypass the target layer
2012-02-28 Samuel Ortizp2p: Check presence hook implementation
2012-02-24 Samuel Ortizadapter: Get the constant polling setting from main...
2012-02-24 Ravi kumar Veeramallyadapter: Implement Publish SmartPoster method on adapter
2012-02-24 Ravi kumar Veeramallyadapter: Implement Publish URI method on adapter
2012-02-24 Ravi kumar Veeramallyadapter: Refactor adapter record publish code
2012-02-23 Samuel Ortizadapter: Disconnect when tag read failed
2012-02-23 Samuel Ortizadapter: Polling loop implementation
2012-02-23 Samuel Ortizadapter: Remove target from the adapter hash when disco...
2012-02-23 Samuel Ortizadapter: Factorize adapter start poll code
2012-02-21 Samuel Ortizadapter: Integrate DEP control into connect/disconnect
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-07 Ravi kumar Veeramallynfctype3: Tag writing support
2012-01-31 Samuel Ortizadapter: Implement Powered property handling
2012-01-31 Samuel Ortizadapter: Get the device powered status
2012-01-31 Ravi kumar Veeramallynfctype4: Tag writing support
2012-01-27 Ravi kumar Veeramallynfctype1: Tag writing support
2012-01-27 Ravi kumar Veeramallynfctype2: Tag writing support
2012-01-27 Ravi kumar Veeramallyadapter: Check ndef queue and call tag writing
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
2012-01-27 ravikumar.veeramal... adapter: Implement Publish method on adapter
2012-01-13 Samuel Ortiztarget: Propagate the NFCID to the target structure
2012-01-13 Samuel Ortiznetlink: Fetch NFCID1
2011-12-15 Samuel Ortizp2p: Initial NPP implementation
2011-12-15 Marcel Holtmannadapter: At least protect the AF_NFC hack ;)
2011-11-15 Samuel Ortizadapter: Remove all targets when starting a poll
2011-10-21 Samuel Ortiztarget: Set target type according to its protocol
2011-10-21 Samuel Ortizadapter: Support for multiple targets
2011-10-21 Samuel Ortizadapter: Call target add instead of the other way around
2011-10-21 Samuel Ortizadapter: Disconnect in case of IO error
2011-10-21 Samuel Ortizadapter: Fix compilation errors
2011-10-21 Samuel Ortiztag: Add reader callback support
2011-10-21 Samuel Ortizadapter: Only support one target
2011-10-21 Samuel Ortizadapter: Add receiver callback to the idle loop
2011-10-21 Samuel Ortizadapter: First IO API
2011-10-21 Samuel Ortizadapter: Targets is an array of object paths
2011-10-21 Samuel Ortizadapter: Port to the new kernel socket API
2011-10-21 Samuel Ortizadapter: Add routine to fetch the last found target
2011-10-21 Samuel Ortizadapter: Change connect/disconnect prototype
2011-10-21 Samuel Ortizadapter: Replace CurrentTarget with a target list
2011-10-21 Samuel Ortizadapter: CurrentTarget and Polling signal emission
2011-10-21 Samuel Ortizadapter: Export the connect API to plugins
2011-10-21 Samuel OrtizUse stdint types
2011-10-21 Samuel Ortizadapter: Connect/Diconnect API
2011-10-21 Samuel Ortizadapter: Add target adding/removing API
2011-10-21 Samuel Ortizadapter: Export CurrentTarget property
2011-10-21 Samuel Ortizadapter: Export the polling property
2011-10-21 Samuel Ortizadapter: Export protocols property
2011-10-21 Samuel Ortizadapter: Implement polling D-Bus hooks
2011-10-21 Samuel Ortizadapter: /org/neard/nfc%d is the right adapter path...
2011-10-21 Samuel Ortizadapter: Expose powered property
2011-10-21 Samuel Ortizmanager: Emit signal when device are added/removed
2011-10-21 Samuel Ortizadapter: D-Bus interface skeleton
2011-10-21 Samuel Ortizadapter: Return proper D-Bus object path
2011-10-21 Samuel Ortizadapter: Add/Remove adapter API
2011-10-21 Samuel Ortizadapter: Do not overwrite adapters
2011-10-21 Samuel Ortizadapter: Replace the adapter sorted list with an hash...
2011-10-21 Samuel Ortizadapter: Add adapter creation routine
2011-10-21 Marcel HoltmannInitial revision