Re: O2micro smartcard reader driver.

2007-02-19 Thread Markus Rechberger
On 2/19/07, Éric Piel <[EMAIL PROTECTED]> wrote: > 02/17/2007 04:55 AM, Markus Rechberger wrote/a écrit: > > Hi Eric, > > > > I committed your code to linuxtv.org to review and modify it there. > > http://linuxtv.org/hg/~mrechberger/chipcardreader > > > > one thing I noticed is the error handling

Re: O2micro smartcard reader driver.

2007-02-19 Thread Éric Piel
02/17/2007 04:55 AM, Markus Rechberger wrote/a écrit: Hi Eric, I committed your code to linuxtv.org to review and modify it there. http://linuxtv.org/hg/~mrechberger/chipcardreader one thing I noticed is the error handling in ozscr_probe. I'll continue the rest during the next few days, I'd li

Re: O2micro smartcard reader driver.

2007-02-16 Thread Markus Rechberger
Hi Eric, I committed your code to linuxtv.org to review and modify it there. http://linuxtv.org/hg/~mrechberger/chipcardreader one thing I noticed is the error handling in ozscr_probe. I'll continue the rest during the next few days, I'd like to see it as soon as possible in the upstream kernel

Re: O2micro smartcard reader driver.

2007-02-16 Thread Markus Rechberger
Hi, so finally I'm also looking at that driver, http://pieleric.free.fr/o2scr/ the driver compiles fine, though it doesn't seem to work (unless I'm doing something wrong here) dmesg shows up following entries: pccard: card ejected from slot 1 PCMCIA: socket c160c364: *** DANGER *** unable to re

Re: O2micro smartcard reader driver.

2006-12-12 Thread Oliver Neukum
Am Dienstag, 12. Dezember 2006 22:28 schrieb Eric Piel: Hi > Thanks a lot for reading my code, I didn't even hope that someone would! > I've corrected the copy_to_user (and copy_from_user) code. However I > don't know how to do locking for the concurrent ioctls. Indeed, I don't > think there i

Re: O2micro smartcard reader driver.

2006-12-12 Thread Eric Piel
28.11.2006 12:49, Oliver Neukum wrote/a écrit: Latest version I've published is there: http://pieleric.free.fr/o2scr/ case OZSCR_OPEN: /* Request ICC */ dprintk("OZSCR_OPEN\n"); ATRLength = ATR_SIZE; pRdrExt->IOBase = (PSCR_REGISTERS *) dev->io_base;

Re: O2micro smartcard reader driver.

2006-11-28 Thread Laurent Bigonville
On Tue, 28 Nov 2006 13:19:26 +0100 Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > maybe post once more, and make clear whether you are looking for: Yep it's about a smartcard reader. This reader need a kernel module to be acceded by pcscd. > > also o2micro might also create pcmcia card reader

Re: O2micro smartcard reader driver.

2006-11-28 Thread Andreas Jellinghaus
maybe post once more, and make clear whether you are looking for: - smart card reader support. (smart card as in "digital signature card".) o2micro creates such readers, they are usualy usb devices, conform to the ccid standard and work fine (e.g. pcsc-lite plus ccid driver or openct).

Re: O2micro smartcard reader driver.

2006-11-28 Thread Oliver Neukum
> Latest version I've published is there: > http://pieleric.free.fr/o2scr/ case OZSCR_OPEN: /* Request ICC */ dprintk("OZSCR_OPEN\n"); ATRLength = ATR_SIZE; pRdrExt->IOBase = (PSCR_REGISTERS *) dev->io_base; //XXX necessary? pRdrExt->membase

Re: O2micro smartcard reader driver.

2006-11-28 Thread Eric Piel
11/27/2006 06:28 PM, Laurent Bigonville wrote/a écrit: Hi, I found a thread (about one month old) about an OZ711Mx (O2micro mmc card reader) driver, but unfortunately it uses some closed-source code.[1] :( But I found no thread about the kernel driver for the O2micro PCMCIA smartcard reader. So

O2micro smartcard reader driver.

2006-11-27 Thread Laurent Bigonville
Hi, I found a thread (about one month old) about an OZ711Mx (O2micro mmc card reader) driver, but unfortunately it uses some closed-source code.[1] :( But I found no thread about the kernel driver for the O2micro PCMCIA smartcard reader. So I would like to know if there is any chance that this dr