libnfc/libnfc
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
..
buses Put a comment on tcflush(), it does not produce the attempted effect. ie. there are remaining bytes from old connections. 2011-04-20 14:03:41 +00:00
chips better fix for timed fcts 2011-05-04 14:14:18 +00:00
drivers Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
additional-pages.dox Update documentation and associated example. 2010-09-08 09:16:24 +00:00
CMakeLists.txt Windows: install libusb into examples directory using "Bundle" feature from CMake (Thanks to Glenn Ergeerts) 2011-04-20 13:18:38 +00:00
drivers.h Unbreak and merge PN53x USB drivers. 2011-03-05 19:54:52 +00:00
iso7816.h Add licence and document a bit some files. 2011-03-30 09:39:08 +00:00
iso14443-subr.c Rename append_iso14443a_crc() to iso14443a_crc_append(). 2010-10-29 10:59:26 +00:00
Makefile.am Prepare 1.5.0 version 2011-04-29 10:13:57 +00:00
mirror-subr.c Indent whole code using make indent. (Fixes issue 84). 2010-09-07 17:51:03 +00:00
mirror-subr.h Indent whole code using make indent. (Fixes issue 84). 2010-09-07 17:51:03 +00:00
nfc-device.c Windows support contribution: 2011-03-31 13:38:49 +00:00
nfc-emulation.c Add licence and document a bit some files. 2011-03-30 09:39:08 +00:00
nfc-internal.h Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00
nfc.c Abort mecanism is now implemented in driver layer: 2011-05-05 09:27:17 +00:00