aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nfc
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2014-09-13 04:28:50 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2014-09-23 20:02:24 -0400
commit941ec5c6b02a93710c397e69b50671949f3b9dd3 (patch)
tree5e6101dd4abe2da057f005af5de44af92d408fdc /drivers/nfc
parent9e87f9a9c4c4754508b2c2638fbde9e10c7a103b (diff)
NFC: st21nfcb: Add ISO15693 Reader/Writer support
Add support for ISO/IEC 15693 RF technology and Type 5 tags. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc')
-rw-r--r--drivers/nfc/st21nfcb/st21nfcb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/st21nfcb/st21nfcb.c b/drivers/nfc/st21nfcb/st21nfcb.c
index e72dae816e72..ea63d5877831 100644
--- a/drivers/nfc/st21nfcb/st21nfcb.c
+++ b/drivers/nfc/st21nfcb/st21nfcb.c
@@ -97,6 +97,7 @@ int st21nfcb_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
97 | NFC_PROTO_FELICA_MASK 97 | NFC_PROTO_FELICA_MASK
98 | NFC_PROTO_ISO14443_MASK 98 | NFC_PROTO_ISO14443_MASK
99 | NFC_PROTO_ISO14443_B_MASK 99 | NFC_PROTO_ISO14443_B_MASK
100 | NFC_PROTO_ISO15693_MASK
100 | NFC_PROTO_NFC_DEP_MASK; 101 | NFC_PROTO_NFC_DEP_MASK;
101 102
102 ndlc->ndev = nci_allocate_device(&st21nfcb_nci_ops, protocols, 103 ndlc->ndev = nci_allocate_device(&st21nfcb_nci_ops, protocols,