Hi, > i am writing one driver for pcsc-lite based device For which reader?
> i can read and write to an USB device i can get the file handle from > /proc/bus/usb and just use ioctls to read and write...that works well for > bulk read and write suppose if i want to get to get interrupt from the > interrupt endpoint ...how should i get that interrupt, our driver being a > shared object again????..please help me in doing that Why do you not use libusb API [1]? Have you looked as example the CCID driver from Ludovic Rousseau [2]? [1] http://libusb.sourceforge.net/ [2] http://alioth.debian.org/projects/pcsclite/ Regards, Damien Sauveron ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
