[Pcsclite-git-commit] [CCID] 02/02: ccid.h: fix Kobil mIDentity visual identification

Ludovic Rousseau rousseau at moszumanska.debian.org
Fri Dec 4 15:49:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository CCID.

commit d1fbc9bf2817832f4e8be6282fd09d5e206e4ce9
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Fri Dec 4 16:43:42 2015 +0100

    ccid.h: fix Kobil mIDentity visual identification
    
    The definition of KOBIL_MIDENTITY_VISUAL reader in
    af3d2ae17337508a7e1a49e3f9dc7546195d62a0 (from 2010) was wrong.
    
    So the support of FEATURE_MCT_READER_DIRECT was broken for this reader.
    It looks like this code has never been tested or used.
---
 src/ccid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ccid.h b/src/ccid.h
index d9f8af0..40304e6 100644
--- a/src/ccid.h
+++ b/src/ccid.h
@@ -200,7 +200,7 @@ typedef struct
 #define DELLSCRK    0x413C2101
 #define DELLSK      0x413C2100
 #define KOBIL_TRIBANK	0x0D463010
-#define KOBIL_MIDENTITY_VISUAL	0x0D460D46
+#define KOBIL_MIDENTITY_VISUAL	0x0D464289
 #define VEGAALPHA   0x09820008
 #define HPSMARTCARDKEYBOARD 0x03F01024
 #define HP_CCIDSMARTCARDKEYBOARD 0x03F00036

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/CCID.git



More information about the Pcsclite-cvs-commit mailing list