projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e87f9a
)
NFC: st21nfcb: Add ISO15693 Reader/Writer support
author
Christophe Ricard
<christophe.ricard@gmail.com>
Sat, 13 Sep 2014 08:28:50 +0000
(10:28 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Wed, 24 Sep 2014 00:02:24 +0000
(
02:02
+0200)
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>
drivers/nfc/st21nfcb/st21nfcb.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/st21nfcb/st21nfcb.c
b/drivers/nfc/st21nfcb/st21nfcb.c
index
e72dae8
..
ea63d58
100644
(file)
--- 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,
| 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,