Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-19 | device: Add device listening code path | Samuel Ortiz | 3 | -15/+62 | |
2012-04-19 | device: Add device driver definition | Samuel Ortiz | 1 | -0/+29 | |
2012-04-19 | device: Add D-Bus interface | Samuel Ortiz | 3 | -9/+261 | |
2012-04-19 | device: Initial commit | Samuel Ortiz | 3 | -0/+86 | |
The device layer will define the NFC devices (in peer to peer mode at first) structure and operations. | |||||
2012-04-19 | ndef: Fix record path | Samuel Ortiz | 1 | -1/+1 | |
2012-04-19 | target: Remove target layer | Samuel Ortiz | 3 | -565/+0 | |
2012-04-19 | adapter: Bypass the target layer | Samuel Ortiz | 3 | -184/+405 | |
Adapters talk to tags or device directly. The target vs initiator idea will be removed from the code base. This commit temporarily breaks p2p. | |||||
2012-04-19 | tag: Add D-Bus interface | Samuel Ortiz | 4 | -20/+217 | |
Preparing for moving the Target D-Bus interface to Tag. | |||||
2012-04-06 | netlink: Fix double free error when NFC is not built in the kernel | Samuel Ortiz | 1 | -1/+6 | |
2012-03-15 | ndef: Add some record header parsing verbosity | Samuel Ortiz | 1 | -0/+8 | |
2012-03-10 | target: Fix mifare tag type names | Olivier Guiter | 1 | -2/+2 | |
2012-02-28 | p2p: Check presence hook implementation | Samuel Ortiz | 2 | -2/+32 | |
The MAC layer state tell if the peer device is there or not. | |||||
2012-02-24 | adapter: Get the constant polling setting from main.conf | Samuel Ortiz | 1 | -5/+5 | |
2012-02-24 | main: Support for general settings | Samuel Ortiz | 2 | -0/+65 | |
main.conf will be neard settings file. | |||||
2012-02-24 | adapter: Implement Publish SmartPoster method on adapter | Ravi kumar Veeramally | 1 | -0/+45 | |
Parse the publish dbus request on adapter and builds smartposter record ndef message and pushes into adapter queue. | |||||
2012-02-24 | adapter: Implement Publish URI method on adapter | Ravi kumar Veeramally | 1 | -0/+79 | |
Parse the publish dbus request on adapter and builds uri record ndef message and pushes into adapter queue. | |||||
2012-02-24 | adapter: Refactor adapter record publish code | Ravi kumar Veeramally | 1 | -15/+17 | |
2012-02-24 | ndef: Provide method to get uri prefix | Ravi kumar Veeramally | 2 | -1/+11 | |
This method is needed when building NDEF record from published uri or smartposter record dbus request. | |||||
2012-02-23 | adapter: Disconnect when tag read failed | Samuel Ortiz | 1 | -2/+7 | |
2012-02-23 | adapter: Polling loop implementation | Samuel Ortiz | 3 | -9/+125 | |
Before disconnecting from a target, check if it's present or not. If it's not, disconnect and decide to start a new poll depending on the periodic poll setting. | |||||
2012-02-23 | adapter: Remove target from the adapter hash when disconnecting | Samuel Ortiz | 1 | -0/+4 | |
2012-02-23 | adapter: Factorize adapter start poll code | Samuel Ortiz | 1 | -12/+23 | |
2012-02-21 | adapter: Integrate DEP control into connect/disconnect | Samuel Ortiz | 1 | -1/+34 | |
2012-02-21 | netlink: Check for POWERED not for INDEX | Samuel Ortiz | 1 | -1/+1 | |
2012-02-10 | plugins: Move connect and disconnect calls away from the plugins | Ravi kumar Veeramally | 2 | -8/+23 | |
Keeping them centralized in the adapter layer is cleaner and easier to maintain. | |||||
2012-02-09 | tag: Use kernel definitions for tag protocols | Samuel Ortiz | 3 | -25/+39 | |
2012-02-09 | target: Remove useless check from find_tag_type | Samuel Ortiz | 1 | -5/+0 | |
The target type is defined by find_tag_type. | |||||
2012-02-09 | target: tag is a p2p device if DEP_MASK is enabled | Samuel Ortiz | 1 | -4/+3 | |
2012-02-07 | netlink: Disconnect adapter when MAC is down | Samuel Ortiz | 1 | -1/+26 | |
2012-02-07 | nfctype3: Tag writing support | Ravi kumar Veeramally | 1 | -0/+15 | |
Implemented tag writing support for nfctype3 plugin. | |||||
2012-02-06 | target: Improve tag addition API | Samuel Ortiz | 3 | -6/+12 | |
The API now allows for an NDEF buffer to be passed when creating the tag. | |||||
2012-02-06 | tlv: Simplify tlv parsing API | Samuel Ortiz | 1 | -4/+7 | |
The parsing API should read the tag's data. | |||||
2012-02-06 | ndef: Support unknown MIME types | Samuel Ortiz | 1 | -2/+3 | |
Unknown MIME types are left without parsing. | |||||
2012-02-06 | tag: Add tag driver priorities | Samuel Ortiz | 1 | -5/+13 | |
p2p types should be handled first. | |||||
2012-02-03 | tag: Caching type3 tag manufacturer ID and attribute block | Ravi kumar Veeramally | 1 | -0/+44 | |
Caching manufacturer ID and attribute block in tag data. This data is required while sending write command for Type3 tag. | |||||
2012-02-02 | ndef: Coding style fix | Samuel Ortiz | 1 | -5/+3 | |
2012-02-01 | ndef: Support for all NFC defined URI prefixes | Samuel Ortiz | 1 | -29/+49 | |
2012-01-31 | adapter: Implement Powered property handling | Samuel Ortiz | 3 | -0/+69 | |
2012-01-31 | netlink: Check for device protocols attribute not being NULL | Samuel Ortiz | 1 | -1/+3 | |
2012-01-31 | adapter: Get the device powered status | Samuel Ortiz | 4 | -8/+23 | |
2012-01-31 | nfctype4: Tag writing support | Ravi kumar Veeramally | 1 | -0/+15 | |
Implemented tag writing support for nfctype4 plugin. | |||||
2012-01-31 | tag: Caching type4 tag max NDEF size and APDU commandd max size | Ravi kumar Veeramally | 1 | -0/+37 | |
Cacheing max ndef size and APDU command max size in tag data. This data is required while sending write command for Type4 tag. | |||||
2012-01-31 | ndef: Fixed potential crash in ndef record memory free | Ravi kumar Veeramally | 1 | -27/+28 | |
2012-01-30 | neard.conf: Add forgotten org.neard.conf | Samuel Ortiz | 1 | -0/+14 | |
2012-01-27 | nfctype1: Tag writing support | Ravi kumar Veeramally | 1 | -1/+2 | |
Implemented tag writing support for nfctype1 plugin. | |||||
2012-01-27 | nfctype2: Tag writing support | Ravi kumar Veeramally | 1 | -4/+36 | |
Implemented tag writing support for nfctype2 plugin. | |||||
2012-01-27 | adapter: Check ndef queue and call tag writing | Ravi kumar Veeramally | 1 | -0/+59 | |
In successful tag read callback, checks for ndef queue and pop out ndef message and calling tag writing method. | |||||
2012-01-27 | target: Provide method to get tag from target structure | Ravi kumar Veeramally | 1 | -0/+18 | |
2012-01-27 | tag: Add memory layout enum to tag structure | Ravi kumar Veeramally | 1 | -0/+18 | |
Added memory(static, dynamic, other ..) layout enum to tag structure. Helpful to check the tag layout when writing data on tag. | |||||
2012-01-27 | tag: Add target_idx parameter to near_tag_io_cb prototype | Ravi kumar Veeramally | 2 | -2/+3 | |
Tag NDEF writing method will be called in read callback after tag reading is completed. target_idx parameter is required to get the target details for writing. So updating near_tag_io_cb with target_idx parameter. |