Changes between Version 20 and Version 21 of libusb-1.0


Ignore:
Timestamp:
07/08/10 07:54:47 (3 years ago)
Author:
xiaofan
Comment:

Change the comparison for OpenUSB and libusb-1.0

Legend:

Unmodified
Added
Removed
Modified
  • libusb-1.0

    v20 v21  
    105105=== Advantages compared to libusb-1.0 === 
    106106 
    107  * Portable to a larger number of operating systems 
     107 * Working on Solaris. (note: both libusb-1.0 and OpenUSB have support of Linux and Mac OS X. 
     108 * Support hotplug (using HAL and DBUS under Linux) 
    108109 
    109110=== Disadvantages compared to libusb-1.0 === 
     
    111112 * Does not expose pollable file descriptors (and it would not be realistic to offer this functionality without a lot of rework) 
    112113 * Creates a number of internal threads for each process that uses it 
    113  * In my opinion, more complex than it needs to be (largely due to the complexity of threading) 
     114 * In Daniel Drake's opinion, more complex than it needs to be (largely due to the complexity of threading) 
     115 * No work is being done yet for Windows support