Add driver-dependent PowerDown
This commit is contained in:
parent
db8033622a
commit
1682a86166
7 changed files with 17 additions and 6 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue