aboutsummaryrefslogtreecommitdiffstats
path: root/scd/ccid-driver.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-03-07scd: Improve code reability of ccid-driver.cWerner Koch1-96/+49
2024-03-07scd: Add support for ACR-122UWerner Koch1-1/+5
2024-03-07scd: Let the CCID module auto detach the kernel driver.Werner Koch1-0/+14
2022-08-25scd: Add npth_unprotect/npth_protect for blocking operations.NIIBE Yutaka1-0/+20
2022-08-22scd: Add a libusb debug level.Werner Koch1-1/+33
2022-04-14scd: Renamed a constant in ccid-driver.cWerner Koch1-3/+3
2022-04-14scd: Minor code reorganizationWerner Koch1-16/+22
2022-04-14scd: Fix memory leak in ccid-driver.Werner Koch1-9/+9
2021-06-23scd:ccid: Handle LIBUSB_TRANSFER_OVERFLOW interrupt transfer.NIIBE Yutaka1-0/+5
2021-04-08scd: Fix CCID driver for SCM SPR332/SPR532.NIIBE Yutaka1-1/+13
2021-03-31scd: Replace all assert macros by the log_assert macro.Werner Koch1-2/+1
2020-12-09scd:ccid:spr532: Extend abort_cmd for initialization time.NIIBE Yutaka1-11/+18
2020-12-09scd:ccid: Call libusb_clear_halt in ccid_vendor_specific_setup.NIIBE Yutaka1-0/+1
2020-12-09scd:ccid: Revert the addition of libusb_clear_halt for EP_INTR.NIIBE Yutaka1-1/+0
2020-11-27scd:ccid-driver: Fix pinpad error handling for cancel/timeout.NIIBE Yutaka1-1/+10
2020-11-05scd: Internal CCID driver: Fix a race condition on close.NIIBE Yutaka1-12/+25
2020-10-26scd: Internal CCID driver thing only for SPR532.NIIBE Yutaka1-6/+14
2020-10-24scd: Internal CCID driver limiting only for SPR532.NIIBE Yutaka1-1/+1
2020-09-30scd: Internal CCID driver: More fix for SPR532.NIIBE Yutaka1-4/+4
2020-09-29scd: Internal CCID driver fix.NIIBE Yutaka1-2/+5
2020-09-29scd: Internal CCID driver: Call libusb_clear_halt at ccid_setup_intr.NIIBE Yutaka1-3/+1
2020-09-28scd: Internal CCID driver: Fix a failure path.NIIBE Yutaka1-0/+1
2020-09-28scd: Internal CCID: Handle LIBUSB_ERROR_TIMEOUT at ccid_get_atr.NIIBE Yutaka1-1/+2
2020-09-28scd: Change handling of SPR532 card reader.NIIBE Yutaka1-4/+17
2020-09-25scd: For SPR532, submit the ESCape command at initialization.NIIBE Yutaka1-14/+13
2020-09-24scd: Fix CCID internal driver for interrupt transfer.NIIBE Yutaka1-3/+36
2020-09-04scd: Increase the number of supported readers from 4 to 16.Werner Koch1-1/+1
2020-08-12scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch1-11/+27
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2019-11-26doc: Fixed variable naming.Werner Koch1-1/+1
2019-11-15scd,ccid: Fix detection of supported readers with pinpad.NIIBE Yutaka1-3/+4
2019-10-28scd,ccid: Fix GEMPC_EZIO handling.NIIBE Yutaka1-5/+5
2019-10-15scd,ccid: Add 08e6:34c2 (GEMPC_EZIO).NIIBE Yutaka1-7/+21
2019-09-11scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka1-5/+10
2019-07-25scd: Handle CCID bwi of time extension.NIIBE Yutaka1-1/+6
2019-07-25scd: Fix bBWI value.NIIBE Yutaka1-2/+2
2019-07-12scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch1-8/+3
2019-07-11scd: Fix internal CCID driver, so that -DTEST works.NIIBE Yutaka1-42/+55
2019-07-11scd: Fix debug logging of the internal CCID driver.NIIBE Yutaka1-4/+9
2019-07-09scd: ccid-driver: Initial getting ATR more robustly.NIIBE Yutaka1-18/+39
2019-06-24spelling: Fix "synchronize"Daniel Kahn Gillmor1-1/+1
2019-05-16scd: Remove unused cruft from GnuPG 1.xWerner Koch1-16/+4
2019-04-04scd: Better handling of timeout and time extension.NIIBE Yutaka1-7/+4
2019-02-22scd: internal driver: Submit SET_INTERFACE control transfer.NIIBE Yutaka1-8/+6
2019-01-07scd: Fix for USB INTERRUPT transfer.NIIBE Yutaka1-2/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-3/+3
2018-10-11scd: Support "acknowledge button" feature.NIIBE Yutaka1-1/+29
2018-07-26scd: Add support for Trustica Cryptoucan.Jiří Keresteš1-0/+6
2018-03-15scd: Fix suspend/resume handling for CCID driver.NIIBE Yutaka1-1/+2