diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2015-12-23 23:45:20 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2015-12-29 19:06:20 +0100 |
commit | 72c54c42b2943985505966ece29f2d45b0330f26 (patch) | |
tree | 51461010877bc2bebc0468cab89ded0e251fd22d /drivers/nfc/st21nfca | |
parent | 25960c2176112f39e8862e692e07cad918c06707 (diff) | |
download | talos-op-linux-72c54c42b2943985505966ece29f2d45b0330f26.tar.gz talos-op-linux-72c54c42b2943985505966ece29f2d45b0330f26.zip |
nfc: st21nfca: Add support for HCI event connectivity
Add support for connectivity event
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/nfc/st21nfca')
-rw-r--r-- | drivers/nfc/st21nfca/se.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nfc/st21nfca/se.c b/drivers/nfc/st21nfca/se.c index d5172e46dbaf..bd56a16e4007 100644 --- a/drivers/nfc/st21nfca/se.c +++ b/drivers/nfc/st21nfca/se.c @@ -312,6 +312,7 @@ int st21nfca_connectivity_event_received(struct nfc_hci_dev *hdev, u8 host, switch (event) { case ST21NFCA_EVT_CONNECTIVITY: + r = nfc_se_connectivity(hdev->ndev, host); break; case ST21NFCA_EVT_TRANSACTION: /* |