Add driver-dependent PowerDown

This commit is contained in:
Philippe Teuwen
2013-01-31 01:15:03 +01:00
parent db8033622a
commit 1682a86166
7 changed files with 17 additions and 6 deletions

View File

@@ -516,6 +516,8 @@ const struct nfc_driver acr122_pcsc_driver = {
.device_get_information_about = pn53x_get_information_about,
.abort_command = NULL, // Abort is not supported in this driver
.idle = NULL, // Idle is not supported in this driver
.idle = pn53x_idle,
/* Even if PN532, PowerDown is not recommended on those devices */
.powerdown = NULL,
};