Re: [ANNOUNCE] OSS Proxy using CUSE

From: H. Peter Anvin
Date: Thu Aug 28 2008 - 19:06:39 EST


Greg KH wrote:

Independant of that, I can see a number of uses for the CUSE code. One
would be emulating /dev/pilot for old palm pilot software that things it
wants to talk to a serial port, yet really a libusb userspace program
can handle all of the data to the USB device instead.


I think that's probably another bad example... I would think serial port emulation would be better handled by ptys, and/or a specific serial port emulation module.

The big problem with using ptys for serial port emulation is that they currently don't handle BREAK at all.

-hpa
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/