aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-06-25 06:42:54 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2013-08-13 18:35:16 -0400
commit1972b5b3a66f1b6a9df04cc91faf401354919262 (patch)
treee3aa2a79e7b35f97750bb25830f2132619aceef4 /include/uapi
parent0293ba201ddd9256552704efef5c2bbf18a78574 (diff)
NFC: Document secure element addition/removal netlink events
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/nfc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/nfc.h b/include/uapi/linux/nfc.h
index 8137dd8d2adf..40ada984cb78 100644
--- a/include/uapi/linux/nfc.h
+++ b/include/uapi/linux/nfc.h
@@ -71,6 +71,11 @@
71 * @NFC_CMD_DISABLE_SE: Disable the physical link to a specific secure element. 71 * @NFC_CMD_DISABLE_SE: Disable the physical link to a specific secure element.
72 * @NFC_CMD_FW_DOWNLOAD: Request to Load/flash firmware, or event to inform 72 * @NFC_CMD_FW_DOWNLOAD: Request to Load/flash firmware, or event to inform
73 * that some firmware was loaded 73 * that some firmware was loaded
74 * @NFC_EVENT_SE_ADDED: Event emitted when a new secure element is discovered.
75 * This typically will be sent whenever a new NFC controller with either
76 * an embedded SE or an UICC one connected to it through SWP.
77 * @NFC_EVENT_SE_REMOVED: Event emitted when a secure element is removed from
78 * the system, as a consequence of e.g. an NFC controller being unplugged.
74 */ 79 */
75enum nfc_commands { 80enum nfc_commands {
76 NFC_CMD_UNSPEC, 81 NFC_CMD_UNSPEC,