cvs commit: src/sys/dev/usbmisc/umct umct.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jun 9 11:56:55 PDT 2007


dillon      2007/06/09 11:56:23 PDT

DragonFly src repository

  Modified files:
    sys/dev/usbmisc/umct umct.c 
  Log:
  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 at cstone.net>
  Obtained-from: Linux (roughly)
  
  Revision  Changes    Path
  1.8       +7 -0      src/sys/dev/usbmisc/umct/umct.c


http://www.dragonflybsd.org/cvsweb/src/sys/dev/usbmisc/umct/umct.c.diff?r1=1.7&r2=1.8&f=u





More information about the Commits mailing list