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

Bill Paul wpaul at FreeBSD.org
Mon Jul 7 11:01:26 PDT 2003


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


More information about the cvs-all mailing list