add nfc_device_get_supported_modulation() and nfc_device_get_supported_baud_rate() functions.

This commit is contained in:
Audrey Diacre 2012-02-17 12:09:56 +00:00
parent 75e776ffd0
commit 5a5bdf1d66
11 changed files with 126 additions and 1 deletions

View file

@ -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,