summaryrefslogtreecommitdiffstats
path: root/scd/ccid-driver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* scd: Improve code reability of ccid-driver.cWerner Koch2024-03-071-96/+49
* scd: Add support for ACR-122UWerner Koch2024-03-071-1/+5
* scd: Let the CCID module auto detach the kernel driver.Werner Koch2024-03-071-0/+14
* scd: Add npth_unprotect/npth_protect for blocking operations.NIIBE Yutaka2022-08-251-0/+20
* scd: Add a libusb debug level.Werner Koch2022-08-221-1/+33
* scd: Renamed a constant in ccid-driver.cWerner Koch2022-04-141-3/+3
* scd: Minor code reorganizationWerner Koch2022-04-141-16/+22
* scd: Fix memory leak in ccid-driver.Werner Koch2022-04-141-9/+9
* scd:ccid: Handle LIBUSB_TRANSFER_OVERFLOW interrupt transfer.NIIBE Yutaka2021-06-231-0/+5
* scd: Fix CCID driver for SCM SPR332/SPR532.NIIBE Yutaka2021-04-081-1/+13
* scd: Replace all assert macros by the log_assert macro.Werner Koch2021-03-311-2/+1
* scd:ccid:spr532: Extend abort_cmd for initialization time.NIIBE Yutaka2020-12-091-11/+18
* scd:ccid: Call libusb_clear_halt in ccid_vendor_specific_setup.NIIBE Yutaka2020-12-091-0/+1
* scd:ccid: Revert the addition of libusb_clear_halt for EP_INTR.NIIBE Yutaka2020-12-091-1/+0
* scd:ccid-driver: Fix pinpad error handling for cancel/timeout.NIIBE Yutaka2020-11-271-1/+10
* scd: Internal CCID driver: Fix a race condition on close.NIIBE Yutaka2020-11-051-12/+25
* scd: Internal CCID driver thing only for SPR532.NIIBE Yutaka2020-10-261-6/+14
* scd: Internal CCID driver limiting only for SPR532.NIIBE Yutaka2020-10-241-1/+1
* scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka2020-09-301-4/+4
* scd: Internal CCID driver fix.NIIBE Yutaka2020-09-291-2/+5
* scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka2020-09-291-3/+1
* scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka2020-09-281-0/+1
* scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka2020-09-281-1/+2
* scd: Change handling of SPR532 card reader.NIIBE Yutaka2020-09-281-4/+17
* scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka2020-09-251-14/+13
* scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka2020-09-241-3/+36
* scd: Increase the number of supported readers from 4 to 16.Werner Koch2020-09-041-1/+1
* scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch2020-08-121-11/+27
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* doc: Fixed variable naming.Werner Koch2019-11-261-1/+1
* scd,ccid: Fix detection of supported readers with pinpad.NIIBE Yutaka2019-11-151-3/+4
* scd,ccid: Fix GEMPC_EZIO handling.NIIBE Yutaka2019-10-281-5/+5
* scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).NIIBE Yutaka2019-10-151-7/+21
* scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2019-09-111-5/+10
* scd: Handle CCID bwi of time extension.NIIBE Yutaka2019-07-251-1/+6
* scd: Fix bBWI value.NIIBE Yutaka2019-07-251-2/+2
* scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch2019-07-121-8/+3
* scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka2019-07-111-42/+55
* scd: Fix debug logging of the internal CCID driver.NIIBE Yutaka2019-07-111-4/+9
* scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka2019-07-091-18/+39
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-161-16/+4
* scd: Better handling of timeout and time extension.NIIBE Yutaka2019-04-041-7/+4
* scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka2019-02-221-8/+6
* scd: Fix for USB INTERRUPT transfer.NIIBE Yutaka2019-01-071-2/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-3/+3
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-10-111-1/+29
* scd: Add support for Trustica Cryptoucan.Jiří Keresteš2018-07-261-0/+6
* scd: Fix suspend/resume handling for CCID driver.NIIBE Yutaka2018-03-151-1/+2