libnfc/libnfc/drivers
Romain Tartiere 79aeaa6287 Factorise code.
Avoid redundant code in PN53x usb and uart drivers.  Since it makes sense to
report errors at the nfc_device_t level, pass it directly to
pn53x_transceive().

Programs using the libnfc MAY use pn53x_transceive() to communicate with a NFC
device, and SHALL not use anymore pnd->pdc->transceive().  Code in the library
itself SHOULD avoid calling pnd->pdc->transceive(), so such construct have been
updated accordingly.
2010-07-31 14:20:15 +00:00
..
acr122.c Factorise code. 2010-07-31 14:20:15 +00:00
acr122.h Factorise code. 2010-07-31 14:20:15 +00:00
arygon.c Factorise code. 2010-07-31 14:20:15 +00:00
arygon.h Factorise code. 2010-07-31 14:20:15 +00:00
Makefile.am configure.ac rework 2010-04-15 14:41:13 +00:00
pn53x_usb.c Factorise code. 2010-07-31 14:20:15 +00:00
pn53x_usb.h Factorise code. 2010-07-31 14:20:15 +00:00
pn531_usb.c configure.ac rework 2010-04-15 14:41:13 +00:00
pn531_usb.h Rearrange source code. 2010-04-07 14:37:19 +00:00
pn532_uart.c Factorise code. 2010-07-31 14:20:15 +00:00
pn532_uart.h Factorise code. 2010-07-31 14:20:15 +00:00
pn533_usb.c configure.ac rework 2010-04-15 14:41:13 +00:00
pn533_usb.h Rearrange source code. 2010-04-07 14:37:19 +00:00