Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Nov 2010 19:25:11 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libusb libusb10.c libusb10_io.c
Message-ID:  <201011131925.oADJPJsE091199@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2010-11-13 19:25:11 UTC

  FreeBSD src repository

  Modified files:
    lib/libusb           libusb10.c libusb10_io.c 
  Log:
  SVN rev 215253 on 2010-11-13 19:25:11Z by hselasky
  
  Fix LibUSB v1.0 compliancy.
  
  1) We need to allow the USB callback to free the USB transfer itself.
  2) The USB transfer buffer should only be automatically freed when
  freeing the USB transfer.
  
  Fixed by:       hselasky
  Submitted by:   Gustau Perez i Querol
  Approved by:    thompsa (mentor)
  
  Revision  Changes    Path
  1.12      +4 -0      src/lib/libusb/libusb10.c
  1.9       +7 -4      src/lib/libusb/libusb10_io.c



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