Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83d56725 authored by Vincent Cuissard's avatar Vincent Cuissard Committed by Samuel Ortiz
Browse files

NFC: nfcmrvl: Allow ISO15693 protocol



Reference Marvell NFC controller as ISO15693 capable.

Signed-off-by: default avatarVincent Cuissard <cuissard@marvell.com>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent 43465b7a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -129,6 +129,7 @@ struct nfcmrvl_private *nfcmrvl_nci_register_dev(void *drv_data,
		| NFC_PROTO_FELICA_MASK
		| NFC_PROTO_FELICA_MASK
		| NFC_PROTO_ISO14443_MASK
		| NFC_PROTO_ISO14443_MASK
		| NFC_PROTO_ISO14443_B_MASK
		| NFC_PROTO_ISO14443_B_MASK
		| NFC_PROTO_ISO15693_MASK
		| NFC_PROTO_NFC_DEP_MASK;
		| NFC_PROTO_NFC_DEP_MASK;


	priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols,
	priv->ndev = nci_allocate_device(&nfcmrvl_nci_ops, protocols,