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

@ -791,5 +791,6 @@ const struct nfc_driver pn53x_usb_driver = {
.device_get_information_about = pn53x_get_information_about,
.abort_command = pn53x_usb_abort_command,
.idle = pn53x_idle,
.idle = pn53x_idle,
.powerdown = pn53x_PowerDown,
};