Changes between Version 20 and Version 21 of libusb-1.0
- Timestamp:
- 07/08/10 07:54:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
libusb-1.0
v20 v21 105 105 === Advantages compared to libusb-1.0 === 106 106 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) 108 109 109 110 === Disadvantages compared to libusb-1.0 === … … 111 112 * Does not expose pollable file descriptors (and it would not be realistic to offer this functionality without a lot of rework) 112 113 * 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