[Pcsclite-git-commit] [CCID] 01/01: Move Broadcom Corp 5880 0x5805 in unsupported

Ludovic Rousseau rousseau at moszumanska.debian.org
Sun Jul 3 13:37:01 UTC 2016


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

rousseau pushed a commit to branch master
in repository CCID.

commit 2f68054ce81aa10ec60adf9a92c66dca64bdd415
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sun Jul 3 15:34:29 2016 +0200

    Move Broadcom Corp 5880 0x5805 in unsupported
    
    The Broadcom Corp 5880 with productID 0x5805 has some serious issues.
    
    The contact interface of the reader is bogus.
    Frames bigger than 64 bytes (wMaxPacketSize) fails on the contact reader
    with:
    00000006 commands.c:1740:CmdXfrBlockTPDU_T0() T=0: 5 bytes
    00000011 -> 000000 6F 05 00 00 00 00 5A 00 00 00 80 34 01 00 00
    00345316 <- 000000 80 02 01 00 00 00 5A 00 00 00 00 01 02 03 04 05 06
    07 08 09 0A 0B 0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E
    1F 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F 30 31 32 33 34 35
    00000095 commands.c:1551:CCID_Receive() Can't read all data (54 out of
    258 expected)
    
    The reader _MAY_ work with a T=1 card since it is in TPDU.
    
    This reader is present in Dell Latitude serie 5000 laptops.
---
 readers/supported_readers.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/readers/supported_readers.txt b/readers/supported_readers.txt
index 6dd3689..f8689fa 100644
--- a/readers/supported_readers.txt
+++ b/readers/supported_readers.txt
@@ -1,6 +1,6 @@
 #
 # List of readers supported by the CCID driver
-# Generated: 2016-06-28
+# Generated: 2016-07-03
 #
 # DO NOT EDIT BY HAND
 
@@ -207,7 +207,6 @@
 0x0A5C:0x5800:Broadcom Corp 5880
 0x0A5C:0x5802:Broadcom Corp 5880
 0x0A5C:0x5804:Broadcom Corp 5880
-0x0A5C:0x5805:Broadcom Corp 5880
 
 # C3PO
 0x0783:0x0007:C3PO TLTC2USB
@@ -650,6 +649,7 @@
 
 # Broadcom Corp
 0x0A5C:0x5801:Broadcom Corp 5880
+0x0A5C:0x5805:Broadcom Corp 5880
 
 # C3PO
 0x0783:0x0003:C3PO LTC3x USB

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