hi,
i am writing one driver for pcsc-lite based device....i understand 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
How about using libusb as the API to access your USB reader? That would make it more portable among different OS'es.
mike
-- ---------------------------------------------------------------------------- Michael Bender E-Mail: [EMAIL PROTECTED] Sun Microsystems, Inc. Tel: 831-401-9510 14 Network Circle Tel: x.31807 Menlo Park, Ca. 94025 Mailstop: UMPK14-260 MD: VPN/IMAP
Never make assumptions... they are usually wrong.
----------------------------------------------------------------------------
_______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
