Hello.
I'm writing USB firmware for serial device.
What should be implemented to reach usbserial module compatibility???

Especially i want my device:
 - to be recognized as valid usbserial without specyfing id=...
 - get flow control to work

It seems that INT entpoints are not used.
I have also found an example with CLASS_REQUEST in control endpoint, but 
it seems they are not called by usbserial.
Should I report one control interface (with INT endpoints) and onother 
interface (with IN/OUT data enpoints) ,
or just one interface with all enpoints?



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to