libnfc/libnfc/drivers
Philippe Teuwen 70b0dffca7 acr122_usb: fix compiler warnings & check return value
acr122_usb.c:570:3: warning: Null pointer passed as an argument to a 'nonnull' parameter
  memcpy(DRIVER_DATA(pnd)->apdu_frame.apdu_payload, data, data_len);
  ^                                                 ~~~~
acr122_usb.c:738:3: warning: Value stored to 'offset' is never read
  offset += len;
  ^         ~~~
acr122_usb.c:753:3: warning: Value stored to 'res' is never read
  res = acr122_usb_bulk_write(DRIVER_DATA(pnd), (unsigned char *) & (DRIVER_DATA(pnd)->tama_frame), res, 1000);
  ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2013-03-02 19:25:36 +01:00
..
acr122_pcsc.c malloc/free: some cleaning & checking malloc errors 2013-03-02 02:25:13 +01:00
acr122_pcsc.h Remove unused prototypes in drivers/*.h 2012-10-21 14:10:43 +00:00
acr122_usb.c acr122_usb: fix compiler warnings & check return value 2013-03-02 19:25:36 +01:00
acr122_usb.h Remove unused prototypes in drivers/*.h 2012-10-21 14:10:43 +00:00
acr122s.c malloc/free: some cleaning & checking malloc errors 2013-03-02 02:25:13 +01:00
acr122s.h Remove unused prototypes in drivers/*.h 2012-10-21 14:10:43 +00:00
arygon.c malloc/free: some cleaning & checking malloc errors 2013-03-02 02:25:13 +01:00
arygon.h Remove unused prototypes in drivers/*.h 2012-10-21 14:10:43 +00:00
Makefile.am Makefile.am: move header files from noinst_HEADERS to _SOURCES 2013-02-21 22:37:20 +01:00
pn53x_usb.c Ease diff between both libusb based drivers: acr122_usb and pn53x_usb 2013-03-02 10:59:37 +01:00
pn53x_usb.h Remove unused prototypes in drivers/*.h 2012-10-21 14:10:43 +00:00
pn532_uart.c malloc/free: some cleaning & checking malloc errors 2013-03-02 02:25:13 +01:00
pn532_uart.h Remove unused prototypes in drivers/*.h 2012-10-21 14:10:43 +00:00