CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2015/10/20 03:51:09
Modified files:
security/ccid : Makefile
Added files:
security/ccid/patches: patch-src_ccid_usb_c
Log message:
Bugfixes from upstream:
Use libusb_error_name() to display the error name.
libusb provides libusb_error_name() to display a human readable
version of the error code returned by libusb.
LIBUSB_ERROR_BUSY is easier to understand than -6
(upstream git commit 7a46f702e3c4752304d94efc61a84618a0a566c9)
OpenUSBByName(): fix the order of interfaces in log
The log message "Found interface %d but expecting %d" has the
parameters inverted.
(upstream git commit 94142da9a4b11bf9cd2b429e1a15139936c751af)