Changeset 3482 for branches/alonbl/pnp/src/libopensc/reader-ctapi.c
- Timestamp:
- 04/20/08 19:30:54 (7 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
r3481 r3482 608 608 } 609 609 610 static int ctapi_detect_readers(sc_context_t *ctx, void *prv_data)611 {612 return 0;613 }614 615 610 struct sc_reader_driver * sc_get_ctapi_driver(void) 616 611 { 617 612 ctapi_ops.init = ctapi_init; 618 613 ctapi_ops.finish = ctapi_finish; 619 ctapi_ops.detect_readers = ctapi_detect_readers;614 ctapi_ops.detect_readers = NULL; 620 615 ctapi_ops.transmit = ctapi_transmit; 621 616 ctapi_ops.detect_card_presence = ctapi_detect_card_presence;
