This patch allows umct (USB<->RS232 adapter) to write to devices that do
commit3ce67290fec9d33d21414f56fe506ea4349bdf08
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 9 Jun 2007 18:56:23 +0000 (9 18:56 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 9 Jun 2007 18:56:23 +0000 (9 18:56 +0000)
tree30702ff02a90c870d8492fd6feaecba184182f21
parentf203b3ea56a1e7bae22a65892f0846b6db314bfb
This patch allows umct (USB<->RS232 adapter) to write to devices that do
not assert CTS.  The code in linux which this patch was adapted from
was taken from what we believe was a reverse engineered windows driver which
always added two additional requests whenever changing the baud rate.  The
function of the requests is unknown, other then the effect of making such
devices work.

Submitted-by: Joe Talbott <josepht@cstone.net>
Obtained-from: Linux (roughly)
sys/dev/usbmisc/umct/umct.c