Re: [linux-usb-devel] usbserial comaptibility

2006-12-02 Thread Greg KH
On Wed, Nov 29, 2006 at 10:35:02AM +0100, Wojciech Kromer wrote: > Hello. > I'm writing USB firmware for serial device. > What should be implemented to reach usbserial module compatibility??? There is no usbserial protocol due to some "fun" issues with the USB spec group a number of years ago. So

[linux-usb-devel] usbserial comaptibility

2006-11-29 Thread Wojciech Kromer
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 f