1. 49c5409 Revert "HACK: cuart: Artificially extend WTIME by 100ms" by Eric Wild · 3 years, 8 months ago
  2. 066489d t0: fix wtime calculation, for real this time by Eric Wild · 3 years, 8 months ago
  3. ef393c3 ccid: disable handling t1 parameters for now by Eric Wild · 3 years, 8 months ago
  4. 672a960 ccid xfers: return proper error to host instead of asserting by Eric Wild · 3 years, 8 months ago
  5. 41177fe HACK: cuart: Artificially extend WTIME by 100ms by Harald Welte · 3 years, 10 months ago
  6. 172b443 ccid fsm: handle special 0 == 256 byte value by Eric Wild · 3 years, 10 months ago
  7. 3ef02c0 ccid fsm: proper wtime calculation by Eric Wild · 3 years, 10 months ago
  8. 68bc7f4 iso7816_fsm: ignore RX_SINGLE events during transmit by Harald Welte · 3 years, 10 months ago
  9. a67be5f add copyright + license disclaimers to ccid_common + ccid_host by Harald Welte · 3 years, 10 months ago
  10. 08c8e1c iso7816_fsm: Fix APDU case with P3=0 by Harald Welte · 3 years, 10 months ago
  11. 498e9e7 iso7816_fsm: Fix TPDUs wih Le == 1 (single byte reads) by Harald Welte · 3 years, 10 months ago
  12. 70f3691 proper card powerup handling by Eric Wild · 4 years, 3 months ago
  13. 5fcfc49 relax the timeouts by Eric Wild · 4 years, 3 months ago
  14. aed26cc ccid: support warm reset by Eric Wild · 4 years, 3 months ago
  15. 91f75ce ccid: handle timeouts by Eric Wild · 4 years, 3 months ago
  16. 6d3b2fc handle card ejection during poweron/wait for ATR by Eric Wild · 4 years, 3 months ago
  17. 43281fe Fix returned data in case of command TPDU by Harald Welte · 4 years ago
  18. 50c8816 PC_to_RDR_ResetParameters fix by Eric Wild · 4 years, 5 months ago
  19. 56a5055 PC_to_RDR_SetDataRateAndClockFrequency support by Eric Wild · 4 years, 5 months ago
  20. e84a571 fix the host/emulation build by Eric Wild · 4 years, 7 months ago
  21. 89b1e06 Check for osmo_fsm_register() error return value by Harald Welte · 4 years, 7 months ago
  22. 2f5cdd1 first attempt at rx timeout handling by Eric Wild · 4 years, 7 months ago
  23. dbff421 cuart: fix etu calculation by Eric Wild · 4 years, 7 months ago
  24. 9970ca0 cuart: allow getting the icc baud rate and clock freq by Eric Wild · 4 years, 7 months ago
  25. 587d4fb change uart ctl define names by Eric Wild · 4 years, 7 months ago
  26. a057457 pps warning by Eric Wild · 4 years, 7 months ago
  27. 45e930d add a note for D=64 pecularities by Eric Wild · 4 years, 7 months ago
  28. 759a646 fsm completion event handling from main loop by Eric Wild · 4 years, 8 months ago
  29. 9155231 better ccid error handling, fix buffer leaks by Eric Wild · 4 years, 7 months ago
  30. fd0bace add a "no rx or tx" state by Eric Wild · 4 years, 7 months ago
  31. 9a2279c debug code to measure uart timing using the CAN header by Eric Wild · 4 years, 7 months ago
  32. 9e622dc attempt at handling card insertion/removal by Eric Wild · 4 years, 7 months ago
  33. ad1edce ccid setparameters/PPS support by Eric Wild · 4 years, 7 months ago
  34. b39d832 cuart icc clock freq and divider setting support by Eric Wild · 4 years, 7 months ago
  35. c7d980c move iso7816_3 to common dir by Eric Wild · 4 years, 7 months ago
  36. 03d6ebb Add card_uart driver for ASF4 USART by Harald Welte · 4 years, 9 months ago
  37. 70d212d don't wait for TCK if card only supports T0 by Eric Wild · 4 years, 7 months ago
  38. 1b3fb63 ccid_device: Fix memory leaks in ccid_handle_out() error paths by Harald Welte · 4 years, 8 months ago
  39. 22dd1ff ccid_slot_fsm: Add msgb_hexdump of TPDU and ATR as it passes by by Harald Welte · 4 years, 9 months ago
  40. 6def1cf ccid_slot_fsm: Convert from CCID msgb to TPDU msgb by Harald Welte · 4 years, 9 months ago
  41. bbb5009 ccid_slot_fsm: Don't free ATR msgb; it is persistent by Harald Welte · 4 years, 9 months ago
  42. 515d5b2 ccid_slot_fsm: Avoid segfault on accessing slots 1..7 by Harald Welte · 4 years, 9 months ago
  43. f54a6b2 ccid_slot_fsm: Tell FSM when we assert the RST line by Harald Welte · 4 years, 9 months ago
  44. 362a5c0 ccid_proto: Add missing value_string for RDR_to_PC_Parameters by Harald Welte · 4 years, 9 months ago
  45. d4328e2 cuart.h: More comments by Harald Welte · 4 years, 9 months ago
  46. be86f85 iso7816_fsm: Disable UART receiver when entering WAIT_TPDU state by Harald Welte · 4 years, 9 months ago
  47. 1ac9ef9 iso7816_fsm: Handle WTIME expiry during ATR reception by Harald Welte · 4 years, 9 months ago
  48. 704d99a iso7816_fsm: Allow ATR FSM to always return back to initial state (RESET) by Harald Welte · 4 years, 9 months ago
  49. 6603d95 card_uart_tx: Allow caller to specify if Rx should be active after Tx by Harald Welte · 4 years, 9 months ago
  50. 7b64fc0 cuart: Integrate software WT (waiting time) timer by Harald Welte · 4 years, 9 months ago
  51. 9700d39 card_uart_ctrl: change from bool to integer argument by Harald Welte · 4 years, 9 months ago
  52. 6508783 iso7816_fsm: Implement single-byte RX/TX by Harald Welte · 4 years, 9 months ago
  53. 02dd911 card_uart_tx: Remove last argument (we always have the receiver active) by Harald Welte · 4 years, 9 months ago
  54. 727d675 make ccid_main_functionfs use iso7816_fsm and cuart_driver_tty by Harald Welte · 4 years, 9 months ago
  55. 18ec322 cuart_driver_tty: Work around linux kernel bug ignoring CREAD by Harald Welte · 4 years, 9 months ago
  56. a40c8e5 'cuart' Card-UART abstraction + driver for simple serial reader by Harald Welte · 4 years, 9 months ago
  57. 0634836 ISO7816-3 FSMs as osmo_fsm by Harald Welte · 5 years ago
  58. d5eaa9f split ccid into common and host-only code by Eric Wild · 4 years, 9 months ago