[Pcsclite-git-commit] [CCID] 02/02: The O2 Micro Oz776 reader only supports 9600 bps

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Jun 21 08:40:02 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 205e4657b87aa9367af755f28461436ab43696d5
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun Jun 21 10:31:42 2015 +0200

    The O2 Micro Oz776 reader only supports 9600 bps
    
    The problem for the Oz776 with ProductID 0x7762 is the same as for the
    Oz776 with productID 0x7772.
    
    See 64308e93029bf377d506edaf2748da945a21cd5c for details.
    
    Thanks to Matt and Tim Banchi for the bug report.
    https://bugs.launchpad.net/ubuntu/+source/ccid/+bug/1311273
---
 src/ccid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/ccid.c b/src/ccid.c
index c317492..fb5e124 100644
--- a/src/ccid.c
+++ b/src/ccid.c
@@ -71,6 +71,7 @@ int ccid_open_hack_pre(unsigned int reader_index)
 			ccid_descriptor->readTimeout = 60*1000; /* 60 seconds */
 			break;
 
+		case OZ776:
 		case OZ776_7772:
 			ccid_descriptor->dwMaxDataRate = 9600;
 			break;

-- 
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