Greg KH wrote:
On Fri, Sep 12, 2003 at 01:31:28PM +0900, Shin-ichiro KAWASAKI wrote:
I wish pl2303.c would accept write request while the device is busy.
Patches are always welcome :)
I tried to make my wish come true on 2.4. Here's the patch.
Five functions including pl2303_write(
Hi, this is Shin-ichiro KAWASAKI
My usb-to-serial converter (pl2303) shows similar problem as dave found.
When I put a string with command 'echo hello > /dev/ttyUSB0',
string 'hello' is sent correctly, but the echo command stop working
and do not return to command prompt.