This patch allows umct (USB<->RS232 adapter) to write to devices that do
commit5137e6ac3601e8fdc050abf8c30e855584765ff9
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)
tree4357763b0158c016c28a1f6e41b6cedcceff075f
parent897f8514b176bebef0e1487f684a0f6f0ddfe03c
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