aboutsummaryrefslogtreecommitdiffstats
path: root/scd/ccid-driver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* scd: Fix for USB INTERRUPT transfer.NIIBE Yutaka2019-01-161-2/+1
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-12-181-1/+29
* scd: Add support for Trustica Cryptoucan.Jiří Keresteš2018-07-291-0/+6
* scd: Fix suspend/resume handling for CCID driver.NIIBE Yutaka2018-03-151-1/+2
* scd: Fix for inactive card at start by internal CCID driver.NIIBE Yutaka2017-12-271-2/+15
* scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-211-4/+6
* scd: Fix SEGV in CCID driver.NIIBE Yutaka2017-07-211-4/+7
* scd: Fix error code on failure at usb_init.NIIBE Yutaka2017-05-311-1/+1
* scd: Handle a failure of libusb_init.NIIBE Yutaka2017-05-311-4/+15
* scd: Handle unexpected suspend/resume by CCID driver.NIIBE Yutaka2017-04-121-4/+16
* scd: Remove "special transport" support.NIIBE Yutaka2017-04-101-292/+64
* scd: Internal CCID reader cleanup.NIIBE Yutaka2017-04-071-269/+41
* scd: Fix timeout handling for key generation.NIIBE Yutaka2017-03-271-5/+13
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* scd: Fix SERIALNO for multiple devices.NIIBE Yutaka2017-01-311-7/+18
* scd: Fix GetSlotStatus.NIIBE Yutaka2017-01-301-2/+12
* scd: Fix cancel INTERRUPT transfer.NIIBE Yutaka2017-01-291-19/+10
* scd: More changes on watching removal of card/reader.NIIBE Yutaka2017-01-271-8/+139
* scd: Fix release of transfer object.NIIBE Yutaka2017-01-271-17/+28
* scd: Improve watching USB device removal.NIIBE Yutaka2017-01-271-14/+30
* scd: Only submit apdu_get_status when needed.NIIBE Yutaka2017-01-261-1/+7
* scd: Add INTERRUPT endp support to CCID driver.NIIBE Yutaka2017-01-261-4/+69
* scd: Fix INTERRUPT transfer.NIIBE Yutaka2017-01-231-5/+6
* scd: Support multiple readers by CCID driver.NIIBE Yutaka2017-01-061-101/+365
* scd: Improve internal CCID driver.NIIBE Yutaka2016-12-291-152/+151
* scd: Improve internal CCID driver.NIIBE Yutaka2016-12-271-89/+87
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* scd: Clean up unused shutdown method.NIIBE Yutaka2016-09-021-72/+0
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-1/+1
* scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka2016-06-191-1/+1
* scd: Fix error return path.NIIBE Yutaka2016-04-281-3/+4
* scd: Fix memory leaks.NIIBE Yutaka2016-04-271-1/+10
* scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka2016-03-071-2/+3
* scd: Fix size_t/int mismatch in libusbWerner Koch2016-01-271-3/+5
* scd: Migrate to new API of libusb 1.0.NIIBE Yutaka2016-01-271-180/+150
* Fix typos found using codespell.Justus Winter2015-11-171-4/+4
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-091-2/+6
* scd: Fix error handling with libusb-compat library.NIIBE Yutaka2015-11-041-7/+12
* scd: Fix ccid-driver timeout for OpenPGPcard v2.1.NIIBE Yutaka2015-09-171-3/+6
* scd: Fix Cherry ST-2000 support for pinpad input.NIIBE Yutaka2015-06-221-2/+4
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-6/+4
* scd: better handling of extended APDU.NIIBE Yutaka2015-04-141-77/+79
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-1/+1
* ccid: Remove incorrect expression leading to errors.Joshua Rogers2015-01-251-1/+1
* scd: Add pinpad support for REINER SCT cyberJack goNIIBE Yutaka2014-06-271-0/+1
* scd: Support reader Gemalto IDBridge CT30Werner Koch2014-06-271-0/+5
* common: Cleanup the use of USE_NPTH and HAVE_NPTH macros.Werner Koch2014-05-021-12/+2
* scd: Use vendor and product id macros also in apdu.cWerner Koch2013-08-301-23/+1
* agent: Fix two compiler warnings.Werner Koch2013-08-281-1/+1