Changeset 3481 for branches/alonbl/pnp/src/libopensc/reader-ctapi.c
- Timestamp:
- 04/20/08 09:59:23 (9 months ago)
- Files:
-
- 1 modified
-
branches/alonbl/pnp/src/libopensc/reader-ctapi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/alonbl/pnp/src/libopensc/reader-ctapi.c
r3084 r3481 608 608 } 609 609 610 static int ctapi_detect_readers(sc_context_t *ctx, void *prv_data) 611 { 612 return 0; 613 } 614 610 615 struct sc_reader_driver * sc_get_ctapi_driver(void) 611 616 { 612 617 ctapi_ops.init = ctapi_init; 613 618 ctapi_ops.finish = ctapi_finish; 619 ctapi_ops.detect_readers = ctapi_detect_readers; 614 620 ctapi_ops.transmit = ctapi_transmit; 615 621 ctapi_ops.detect_card_presence = ctapi_detect_card_presence;
