projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b82637
)
NFC: digital: Add macros for the ISO/IEC 14443-B Protocol
author
Mark A. Greer
<mgreer@animalcreek.com>
Tue, 1 Apr 2014 00:36:37 +0000
(17:36 -0700)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 21 Apr 2014 22:37:28 +0000
(
00:37
+0200)
Add RF tech and framing macros for the ISO/IEC 14443-B Protocol.
Cc: Thierry Escande <thierry.escande@linux.intel.com>
Signed-off-by: Mark A. Greer <mgreer@animalcreek.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
include/net/nfc/digital.h
patch
|
blob
|
history
diff --git
a/include/net/nfc/digital.h
b/include/net/nfc/digital.h
index
7655cfe
..
bdf55c3
100644
(file)
--- a/
include/net/nfc/digital.h
+++ b/
include/net/nfc/digital.h
@@
-36,6
+36,7
@@
enum {
NFC_DIGITAL_RF_TECH_212F,
NFC_DIGITAL_RF_TECH_424F,
NFC_DIGITAL_RF_TECH_ISO15693,
+ NFC_DIGITAL_RF_TECH_106B,
NFC_DIGITAL_RF_TECH_LAST,
};
@@
-62,6
+63,9
@@
enum {
NFC_DIGITAL_FRAMING_ISO15693_INVENTORY,
NFC_DIGITAL_FRAMING_ISO15693_T5T,
+ NFC_DIGITAL_FRAMING_NFCB,
+ NFC_DIGITAL_FRAMING_NFCB_T4T,
+
NFC_DIGITAL_FRAMING_LAST,
};