projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25960c2
)
nfc: st21nfca: Add support for HCI event connectivity
author
Christophe Ricard
<christophe.ricard@gmail.com>
Wed, 23 Dec 2015 22:45:20 +0000
(23:45 +0100)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Tue, 29 Dec 2015 18:06:20 +0000
(19:06 +0100)
Add support for connectivity event
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/nfc/st21nfca/se.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/st21nfca/se.c
b/drivers/nfc/st21nfca/se.c
index d5172e46dbafd44d37e5a04022281034bdfdb6ca..bd56a16e4007305b3da0241c5079c261b967e22f 100644
(file)
--- 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:
/*