]> git.karo-electronics.de Git - linux-beck.git/commit
NFC: port100: Explicitly set NFC-F framing for NFC-DEP
authorThierry Escande <thierry.escande@collabora.com>
Tue, 7 Jun 2016 14:21:51 +0000 (16:21 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Mon, 4 Jul 2016 10:26:27 +0000 (12:26 +0200)
commita81ba50a89930a96e34862cf236b4f4461e741ae
treedc364379d954074ed0ac55ee6db9c6d8bbf26587
parent58d46f538b602d4a93fbae945e5c844a90c01f14
NFC: port100: Explicitly set NFC-F framing for NFC-DEP

When setting the driver framing as NFC_DIGITAL_FRAMING_NFCF_NFC_DEP it
used to be already configured as NFC_DIGITAL_FRAMING_NFCF which is the
same. So this entry was empty in the in_protocols table.
Now that the digital stack can handle PLS requests, it can be changed
on the fly from NFC_DIGITAL_FRAMING_NFCA_NFC_DEP.
This patch explicitly defines the framing configuration values for
NFC_DIGITAL_FRAMING_NFCF_NFC_DEP.

Signed-off-by: Thierry Escande <thierry.escande@collabora.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/port100.c