DragonFly commits List (threaded) for 2007-06
DragonFly BSD
DragonFly commits List (threaded) for 2007-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Jun 2007 11:56:23 -0700 (PDT)

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@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]