Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Jul 2003 11:01:24 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb umct.c
Message-ID:  <200307071801.h67I1OEJ061710@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       2003/07/07 11:01:24 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/usb          umct.c 
  Log:
  Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limit
  the bulk out buffer size to 16 bytes. The bulk out endpoint descriptor
  reports 32 bytes, but if you use this value, data will get dropped.
  
  Reviewed/approved by: scottl
  
  Revision  Changes    Path
  1.3       +4 -1      src/sys/dev/usb/umct.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307071801.h67I1OEJ061710>