mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
NFC: digital: Add Type4A tags support
The definition of DIGITAL_PROTO_NFCA_RF_TECH is modified to support ISO14443 Type4A tags. Without this change it is not possible to start polling for ISO14443 Type4A tags from the initiator side. Signed-off-by: Shikha Singh <[email protected]> Signed-off-by: Samuel Ortiz <[email protected]>
This commit is contained in:
committed by
Samuel Ortiz
parent
a440f1aa74
commit
ce2e56cdfb
@@ -20,7 +20,8 @@
|
||||
#include "digital.h"
|
||||
|
||||
#define DIGITAL_PROTO_NFCA_RF_TECH \
|
||||
(NFC_PROTO_JEWEL_MASK | NFC_PROTO_MIFARE_MASK | NFC_PROTO_NFC_DEP_MASK)
|
||||
(NFC_PROTO_JEWEL_MASK | NFC_PROTO_MIFARE_MASK | \
|
||||
NFC_PROTO_NFC_DEP_MASK | NFC_PROTO_ISO14443_MASK)
|
||||
|
||||
#define DIGITAL_PROTO_NFCB_RF_TECH NFC_PROTO_ISO14443_B_MASK
|
||||
|
||||
|
||||
Reference in New Issue
Block a user