Skip to content

Commit

Permalink
NFC: st21nfcb: Add ISO15693 Reader/Writer support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christophe Ricard authored and Samuel Ortiz committed Sep 24, 2014
1 parent 9e87f9a commit 941ec5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/nfc/st21nfcb/st21nfcb.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ int st21nfcb_nci_probe(struct llt_ndlc *ndlc, int phy_headroom,
| NFC_PROTO_FELICA_MASK
| NFC_PROTO_ISO14443_MASK
| NFC_PROTO_ISO14443_B_MASK
| NFC_PROTO_ISO15693_MASK
| NFC_PROTO_NFC_DEP_MASK;

ndlc->ndev = nci_allocate_device(&st21nfcb_nci_ops, protocols,
Expand Down

0 comments on commit 941ec5c

Please sign in to comment.