Thanks Dr. Ludovic Rousseau.

According to the usb-skeleton.c (my driver is derived from this code),
which function should I concern most to find out the problem?

skel_read
skel_write
skel_ioctl
skel_open
skel_probe
usb_skel_init

I have read the reference you provided. The error occur when card
inserted. If more information are provided, it would help me more.

Thanks.

Best regards,
TowerGee

On 1/17/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
> Send Muscle mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.drizzle.com/mailman/listinfo/muscle
> or, via email, send a message with subject or body 'help' to
>        [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>        [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Muscle digest..."
>
>
> Today's Topics:
>
>   1. Re: Where is the implementation of IFDH_icc_presence?
>      (Ludovic Rousseau)
>   2. RE: GPShell1.2 (matheus ribeiro)
>   3. RE: GPShell1.2 (matheus ribeiro)
>   4. Re: using a card i don't know everything about.
>      ([EMAIL PROTECTED])
>   5. Re: using a card i don't know everything about. (Karsten Ohme)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 16 Jan 2006 09:41:37 +0100
> From: Ludovic Rousseau <[EMAIL PROTECTED]>
> Subject: [Muscle] Re: Where is the implementation of
>        IFDH_icc_presence?
> To: MUSCLE <[email protected]>
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On 15/01/06, mail mail <[EMAIL PROTECTED]> wrote:
> > Hi,
>
> Hello,
>
> > I have to ask for help because I can't make my driver to run on kernel
> > 2.6.14-1.1644_FC4 while it can run on 2.6.11-1.14_FC3. According to
> > the log message of pcsc-lite-1.2.9-beta9, I know that it is caused by
> > the call of "rv = (*IFDH_icc_presence) (rContext->dwSlot);".
> > SCARD_E_NOT_TRANSACTED is returned.
> >
> > I can't find the source code of
> > rContext->psFunctions.psFunctions_v2.pvfICCPresence. So I don't know
> > why lead to the SCARD_E_NOT_TRANSACTED error.
>
> The source code of this function is in your own driver. See [1] for
> the documentation of this function in the API.
>
> > I guess that some
> > function in the kernel module for the DT3500 usb device driver has
> > bug. skel_open or skel_read or skel_write? The source code of the
> > driver is attached at the end of this post.
>
> I can't help you further. The bug is in your own code, maybe not in
> the kernel part of the driver.
>
> Bye,
>
> [1] http://pcsclite.alioth.debian.org/ifdhandler-3/node19.html
>
> --
>  Dr. Ludovic Rousseau
>
>
>
>
> ------------------------------
>
> _______________________________________________
> Muscle mailing list
> [email protected]
> http://lists.drizzle.com/mailman/listinfo/muscle
>
>
> End of Muscle Digest, Vol 23, Issue 12
> **************************************
>

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to