On 18/01/06, mail mail <[EMAIL PROTECTED]> wrote: > 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
You should look for the problem in the USER SPACE part of the driver, not in the KERNEL SPACE part of the driver. The user space driver should be somewhere in /usr/local/pcsc/driver/*.bunble/ Bye, -- Dr. Ludovic Rousseau _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
