add nfc_device_get_supported_modulation() and nfc_device_get_supported_baud_rate() functions.
This commit is contained in:
parent
75e776ffd0
commit
5a5bdf1d66
11 changed files with 126 additions and 1 deletions
|
|
@ -773,6 +773,8 @@ const struct nfc_driver pn53x_usb_driver = {
|
|||
|
||||
.device_set_property_bool = pn53x_usb_set_property_bool,
|
||||
.device_set_property_int = pn53x_set_property_int,
|
||||
.get_supported_modulation = pn53x_get_supported_modulation,
|
||||
.get_supported_baud_rate = pn53x_get_supported_baud_rate,
|
||||
|
||||
.abort_command = pn53x_usb_abort_command,
|
||||
.idle = pn53x_idle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue