[PATCH] USB: pl2303 driver, makes pl2303HX chip work correctly
authorDariusz M <D.Marcinkiewicz@elka.pw.edu.pl>
Thu, 28 Jul 2005 16:06:13 +0000 (18:06 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 8 Sep 2005 23:22:28 +0000 (16:22 -0700)
commit1694899fd1af43636351aac97f415fd3c9cefb1d
treed849892672ad4441f7539322680158e3f928b1db
parentef0840286045fe7ce84cb77e7608f0844c81001c
[PATCH] USB: pl2303 driver, makes pl2303HX chip work correctly

This trivial patch makes pl2303 driver work correctly with pl2303HX chip.
Apparently some bug in HX version of pl2303 makes the chip loose some
transmitted bytes or stop working at all after reception of
USB_REQ_CLEAR_FEATURE mesage. Logs generated by UsbSnoop application reveal
that windows driver does not send this type of messages to the converter.

From: "Dariusz M." <D.Marcinkiewicz@elka.pw.edu.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/pl2303.c