Changes between Version 10 and Version 11 of windows_backend_activity_log
- Timestamp:
- 01/27/10 17:34:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v10 v11 45 45 - MSVC6 full compatibility (Michael Plante) [DONE: 2010.01.21] 46 46 o DDK/sources compilation support (Orin Eman) [DONE: 2010.01.20] 47 o threading 47 o threading/concurrency 48 - add concurrency protection in init/exit (Orin Eman) [DONE: 2010.01.27] 49 - use a separate thread for the timer functions [DONE: 2010.01.27] 48 50 - add thread protection/locks 49 51 - remove pthread dependency … … 51 53 o write a detailed guide for manual installation of the WinUSB driver 52 54 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 53 o HID API backend [DO] 54 o libusb0.sys backend 55 o HID API backend [DONE: 2010.01.26] 55 56 56 57 EXTRAS: 58 o libusb0.sys backend 57 59 o auto-claiming interface for control transfers if none available [DONE: 2010.01.08] 58 60 o drop the DDK requirement [DONE: 2010.01.20] … … 100 102 o repeated "[libusb_get_next_timeout] first timeout already expired" messages on timeout cancellation [FIXED (Michael Plante): 2010.01.24] 101 103 o broken Linux version due to missing handle_timeouts_locked [FIXED: 2010.01.24] 104 o Mass Storage test in xusb is broken in many places 102 105 }}}