Changes between Version 8 and Version 9 of windows_backend_activity_log
- Timestamp:
- 01/25/10 11:42:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v8 v9 66 66 o use usbi list functions for our hcd chained list 67 67 o Win2k support? (Not from me!) 68 o use internal timer functions (CreateWaitableTimer) and switch USBI_OS_HANDLES_TIMEOUT on 68 69 69 70 BUGFIXES: … … 96 97 o Xiaofan's "linker path does not have real file for library" error on cygwin 97 98 o cancelling transfers after a timeout leads to an infinite wait on the remaining fds (is this an issue in core?) [yup. FIXED: 2010.01.22] 98 o repeated "[libusb_get_next_timeout] first timeout already expired" messages on timeout cancellation 99 o repeated "[libusb_get_next_timeout] first timeout already expired" messages on timeout cancellation [FIXED (Michael Plante): 2010.01.24] 100 o broken Linux version due to missing handle_timeouts_locked [FIXED: 2010.01.24] 99 101 }}}