On Wed, Jun 07, 2006 at 12:27:03PM +0400, Sergei Organov wrote: > Greg KH <[EMAIL PROTECTED]> writes: > > On Mon, Jun 05, 2006 at 06:05:12PM +0400, Sergei Organov wrote: > >> Hello, > >> > >> I'm using usbserial module to talk to a device supporting 2 bulk > >> endpoints (high speed USB 1.1). > > > > Which usb-serial driver are you using? Or are you just using the > > generic driver? > > Yes, I'm using generic driver loaded as following: > > # modprobe usbserial vendor=0x0c96 product=0x0047 debug=1 > > [Hmm... I hoped "usbserial module" was exact description of what I'm using, > but obviously it is not, so why isn't it called "usbgeneric" in the > first place to minimize confusion?]
usbserial provides the base functionality for all usb to serial drivers. There is a "generic" one built into it that is used by other usb to serial drivers, as well as providing the functionality that you used here. The "generic" driver isn't good for speed or anything to do with line settings, it's pretty much just good for prototyping and a few other odd things that people find useful at times. Hope this helps explain things, and glad the kernel isn't at fault here :) thanks, greg k-h _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel