Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2010 23:59:14 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libusb libusb20_compat01.c
Message-ID:  <201005172359.o4HNxQU5015564@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2010-05-17 23:59:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    lib/libusb           libusb20_compat01.c 
  Log:
  SVN rev 208237 on 2010-05-17 23:59:14Z by thompsa
  
  MFC r203773
  
   Within libusb 0.1 API, bus number is always faked to 0. Device numbers,
   however, are possitive and seem to be reverse sorted in the list.
  
   Conform device numbering and bring a result that is consistent with the
   libusb 0.1 API.  It is now possible to distinguish a device based on its
   (bus, dev) numbers.
  
  Revision  Changes    Path
  1.4.2.3   +3 -0      src/lib/libusb/libusb20_compat01.c



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