libnfc/libnfc/drivers
Romuald Conty 0265515a0c Abort mecanism is now implemented in driver layer:
iAbortFd file descriptor array have been removed from nfc_device_t;
nfc_abort_command() can now failed (return false);
nfc_abort_command() now call abort_command pointer from drivers;
pn532_uart and arygon drivers use a pipe-based mecanism (similar from previous one);
pn53x_usb driver use a boolean flag-based mecanism (the previous one does not work as expected);
pn53x_usb now print smarter messages on error at usb connection;
pn53x_usb now handle a strange case: sometimes, the first sent command is not ACKed by PN53x USB device, a dummy command is now sent.
2011-05-05 09:27:17 +00:00
..
acr122.c Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
acr122.h Unbreak support of ACR122. 2011-03-08 14:33:32 +00:00
arygon.c Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
arygon.h drivers/arygon: code clean up 2011-03-05 10:56:35 +00:00
Makefile.am Unbreak and merge PN53x USB drivers. 2011-03-05 19:54:52 +00:00
pn53x_usb.c Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
pn53x_usb.h pn532_uart: Use DRIVER_DATA and CHIP_DATA macros 2011-03-08 15:20:16 +00:00
pn532_uart.c Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
pn532_uart.h Implements HAL struct for PN532 UART devices. 2011-03-05 10:58:36 +00:00