Re: [opensc-devel] Broadcom 5880 in openct.conf

2011-04-25 Thread Alon Bar-Lev
Although I am in favor of improving openct, I agree with Martin in this case.
The most CCID compliant library we have is libccid, first work out the
problem with libccid.
It may be that openct's CCID implementation works for you as it much
simpler and use smaller set of features.

On Mon, Apr 25, 2011 at 11:20 AM, Martin Paljak  wrote:
> Hello,
> On Apr 25, 2011, at 11:09 , Stef Walter wrote:
>
>> I've heard that openct may not be that relevant any more, but in any
>> case here's an OpenCT patch to add support for the smart card reader in
>> my laptop.
>>
>> Should I put this in the opensc trac, or does it go somewhere else?
> The device you have should be CCID [1], but with issues. Maybe your firmware 
> is newer and/or the reported problem is already fixed now. Check the 
> descriptor to be sure [2].
> As most applications (including OpenSC) want to talk PC/SC to your reader by 
> default, you would save yourself some trouble by using pcsc-lite+libccid 
> instead.
>
> I don't know if maintaining a separate, smaller and not so well checked list 
> of CCID devices in openct.conf is a very good idea. There's one maintained by 
> Ludovic [3] and I believe it is the most comprehensive list available.
>
> Cheers,
> Martin
>
> [1] http://pcsclite.alioth.debian.org/ccid/unsupported.html#0x0A5C0x5801
> [2] http://pcsclite.alioth.debian.org/ccid.html#CCID_compliant
> [3] http://pcsclite.alioth.debian.org/ccid/section.html
> --
> @MartinPaljak.net
> +3725156495
>
> ___
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> http://www.opensc-project.org/mailman/listinfo/opensc-devel
>
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


Re: [opensc-devel] Broadcom 5880 in openct.conf

2011-04-25 Thread Stef Walter
On 04/25/11 10:20, Martin Paljak wrote:
> Hello, On Apr 25, 2011, at 11:09 , Stef Walter wrote:
> 
>> I've heard that openct may not be that relevant any more, but in
>> any case here's an OpenCT patch to add support for the smart card
>> reader in my laptop.
>> 
>> Should I put this in the opensc trac, or does it go somewhere
>> else?
> The device you have should be CCID [1], but with issues. Maybe your
> firmware is newer and/or the reported problem is already fixed now.
> Check the descriptor to be sure [2].

Yup, that worked, sorta. Long hangs and strange behavior... I just
needed to use a newer opensc and ccid. Anyway, good enough for me for now.

Thanks!

Stef
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


Re: [opensc-devel] Broadcom 5880 in openct.conf

2011-04-25 Thread Martin Paljak
Hello,
On Apr 25, 2011, at 11:09 , Stef Walter wrote:

> I've heard that openct may not be that relevant any more, but in any
> case here's an OpenCT patch to add support for the smart card reader in
> my laptop.
> 
> Should I put this in the opensc trac, or does it go somewhere else?
The device you have should be CCID [1], but with issues. Maybe your firmware is 
newer and/or the reported problem is already fixed now. Check the descriptor to 
be sure [2].
As most applications (including OpenSC) want to talk PC/SC to your reader by 
default, you would save yourself some trouble by using pcsc-lite+libccid 
instead.

I don't know if maintaining a separate, smaller and not so well checked list of 
CCID devices in openct.conf is a very good idea. There's one maintained by 
Ludovic [3] and I believe it is the most comprehensive list available.

Cheers,
Martin

[1] http://pcsclite.alioth.debian.org/ccid/unsupported.html#0x0A5C0x5801
[2] http://pcsclite.alioth.debian.org/ccid.html#CCID_compliant
[3] http://pcsclite.alioth.debian.org/ccid/section.html
-- 
@MartinPaljak.net
+3725156495

___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel


[opensc-devel] Broadcom 5880 in openct.conf

2011-04-25 Thread Stef Walter
I've heard that openct may not be that relevant any more, but in any
case here's an OpenCT patch to add support for the smart card reader in
my laptop.

Should I put this in the opensc trac, or does it go somewhere else?

Cheers,

Stef
Index: etc/openct.conf.in
===
--- etc/openct.conf.in	(revision 1185)
+++ etc/openct.conf.in	(working copy)
@@ -135,6 +135,7 @@
 		usb:0bf8/1006,	# fujitsu siemens 3.5" drive size reader
 		usb:0dc3/1004,	# Athena Smartcard Solutions, Inc. ASEKey
 		usb:0a89/0030,	# Aktiv Rutoken ECP
+		usb:0a5c/5801,  # Broadcom 5880 Smartcard/UPEK Reader
 	};
 };
 driver pertosmart1030 {
___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel