The endpoint addresses are EP 1  0x81 (IN)  and EP 2 0x02 (OUT).
The maxpacketsize on both endpoints is 8 and the transfer type is
interrupt.

With a verndorid of 0x11ba and a productid of 0x0101, might I be able to
use usbserial as "insmod vendor=0x11ba product=0x0101" and create a
device node in /dev/usb to send and receive data to/from it?  Or am I
thinking of usbserial the wrong way?

AFAIK usbserial only supports BULK transfers. In the usbserial.c (2.4 kernel sources) only FILL_BULK_URB is used. Maybe you can change it to FILL_INT_URB. You'll have to add a new parameter "intervall" at the end. I don't know wheater it's value is critical. I'm developing with BULK only ICs.


Best regards,

Hermann


------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to