diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-05-27 09:29:11 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-14 07:44:18 -0400 |
commit | 322bce957e9b0e30ef7147dae0414ad8f3f558c8 (patch) | |
tree | 83791eb96720eb16127f7820202935268a09db36 /include/uapi | |
parent | 31c44464acb8152db5745da700be58ac95ba0a83 (diff) |
NFC: pn533: Copy NFCID2 through ATR_REQ
When using NFC-F we should copy the NFCID2 buffer that we got from
SENSF_RES through the ATR_REQ NFCID3 buffer. Not doing so violates
NFC Forum digital requirement #189.
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/nfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/nfc.h b/include/uapi/linux/nfc.h index b6cbd164f146..fb304fb774cc 100644 --- a/include/uapi/linux/nfc.h +++ b/include/uapi/linux/nfc.h | |||
@@ -164,6 +164,8 @@ enum nfc_sdp_attr { | |||
164 | 164 | ||
165 | #define NFC_DEVICE_NAME_MAXSIZE 8 | 165 | #define NFC_DEVICE_NAME_MAXSIZE 8 |
166 | #define NFC_NFCID1_MAXSIZE 10 | 166 | #define NFC_NFCID1_MAXSIZE 10 |
167 | #define NFC_NFCID2_MAXSIZE 8 | ||
168 | #define NFC_NFCID3_MAXSIZE 10 | ||
167 | #define NFC_SENSB_RES_MAXSIZE 12 | 169 | #define NFC_SENSB_RES_MAXSIZE 12 |
168 | #define NFC_SENSF_RES_MAXSIZE 18 | 170 | #define NFC_SENSF_RES_MAXSIZE 18 |
169 | #define NFC_GB_MAXSIZE 48 | 171 | #define NFC_GB_MAXSIZE 48 |