aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfc.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2012-05-15 09:57:06 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-06-04 15:34:29 -0400
commitfe7c580073280c15bb4eb4f82bf20dddc1a68383 (patch)
tree0b71c488d1b3cdd87dd5e05ccd0224b496fec2f9 /include/linux/nfc.h
parentab73b751303bc60d7d9fba875c958dedfe14754c (diff)
NFC: Add target mode protocols to the polling loop startup routine
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/linux/nfc.h')
-rw-r--r--include/linux/nfc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/nfc.h b/include/linux/nfc.h
index 0ae9b5857c83..548715881fb0 100644
--- a/include/linux/nfc.h
+++ b/include/linux/nfc.h
@@ -94,6 +94,8 @@ enum nfc_commands {
94 * @NFC_ATTR_TARGET_SENSF_RES: NFC-F targets extra information, max 18 bytes 94 * @NFC_ATTR_TARGET_SENSF_RES: NFC-F targets extra information, max 18 bytes
95 * @NFC_ATTR_COMM_MODE: Passive or active mode 95 * @NFC_ATTR_COMM_MODE: Passive or active mode
96 * @NFC_ATTR_RF_MODE: Initiator or target 96 * @NFC_ATTR_RF_MODE: Initiator or target
97 * @NFC_ATTR_IM_PROTOCOLS: Initiator mode protocols to poll for
98 * @NFC_ATTR_TM_PROTOCOLS: Target mode protocols to listen for
97 */ 99 */
98enum nfc_attrs { 100enum nfc_attrs {
99 NFC_ATTR_UNSPEC, 101 NFC_ATTR_UNSPEC,
@@ -109,6 +111,8 @@ enum nfc_attrs {
109 NFC_ATTR_COMM_MODE, 111 NFC_ATTR_COMM_MODE,
110 NFC_ATTR_RF_MODE, 112 NFC_ATTR_RF_MODE,
111 NFC_ATTR_DEVICE_POWERED, 113 NFC_ATTR_DEVICE_POWERED,
114 NFC_ATTR_IM_PROTOCOLS,
115 NFC_ATTR_TM_PROTOCOLS,
112/* private: internal use only */ 116/* private: internal use only */
113 __NFC_ATTR_AFTER_LAST 117 __NFC_ATTR_AFTER_LAST
114}; 118};