On Thu, Aug 28, 2008 at 04:05:55PM -0700, H. Peter Anvin wrote:
Hm, why? It's a "fake" serial port as it is just a pass-through to the
USB device. No flow control or line settings work on the device, so the
kernel driver just silently eats them. But there is old, closed source
software that wants to talk to a serial port, so the kernel driver
remains. With this code, we could then use the more modern libusb code
instead.
I guess you could hook it up through a pty, and somehow create
/dev/pilot/ for it as well, that is an idea to consider.
For this type of USB device, that's not an issue :)
thanks,
greg k-h
--