NFC: Driver failure API
This API should be used by drivers, HCI, SHDLC or NCI stacks to report an unrecoverable error. Signed-off-by: Eric Lapuyade <eric.lapuyade@intel.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:

committed by
John W. Linville

parent
6c1c5b9e1d
commit
456411ca81
@@ -651,6 +651,16 @@ int nfc_target_lost(struct nfc_dev *dev, u32 target_idx)
|
||||
}
|
||||
EXPORT_SYMBOL(nfc_target_lost);
|
||||
|
||||
void nfc_driver_failure(struct nfc_dev *dev, int err)
|
||||
{
|
||||
/*
|
||||
* TODO: if polling is active, send empty target_found
|
||||
* or else do whatever makes sense to let user space
|
||||
* know this device needs to be closed and reinitialized.
|
||||
*/
|
||||
}
|
||||
EXPORT_SYMBOL(nfc_driver_failure);
|
||||
|
||||
static void nfc_release(struct device *d)
|
||||
{
|
||||
struct nfc_dev *dev = to_nfc_dev(d);
|
||||
|
Reference in New Issue
Block a user