summaryrefslogtreecommitdiff
path: root/vreader.h
diff options
context:
space:
mode:
authorRobert Relyea <rrelyea@redhat.com>2010-08-05 10:18:26 +0300
committerAlon Levy <alevy@redhat.com>2010-08-05 10:18:26 +0300
commitd561895862eb34615cc3812a57af493ace266607 (patch)
tree8f84ad991b14e69c5394d1abb87cf69e4d07c407 /vreader.h
parentb953e440c2b323ee8cdb35c74f7886fd9c547f16 (diff)
README, soft card updates, pin fix, applet reset, manual insert and remove.
1. Updated and more detailed README. I presume this would be helpful in putting things upstream. 2. I've added a parser to take some arguments to initialize soft cards. Unfortunately it's completely untested, so I haven't hooked it up. 3. Patches to fix two of the problems you found this morning (pin problems and no applet reset). 4. A little more indirection so that new card types can be added without touching a lot of code (README has instructions). This added 2 new files. 5. I've added the ability to manually insert and remove inserted cards from vscclient.c as commands from standard in. This too is untested, so if things go south, this is the first patch to back out.
Diffstat (limited to 'vreader.h')
-rw-r--r--vreader.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vreader.h b/vreader.h
index f942e66..9c96975 100644
--- a/vreader.h
+++ b/vreader.h
@@ -15,7 +15,8 @@
VReaderStatus vreader_power_on(VReader *reader, unsigned char *atr, int *len);
VReaderStatus vreader_power_off(VReader *reader);
VReaderStatus vreader_xfr_bytes(VReader *reader, unsigned char *send_buf,
- int send_buf_len, unsigned char *receive_buf, int *receive_buf_len);
+ int send_buf_len, unsigned char *receive_buf,
+ int *receive_buf_len);
VReaderList *vreader_get_reader_list();
/* constructor */