Changes between Version 26 and Version 27 of windows_backend_activity_log
- Timestamp:
- 02/22/10 16:27:04 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v26 v27 65 65 o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 66 66 o test the compatibility layer [WIP: 2010.02.18] 67 o automated driver installation 67 o automated driver installation [WIP] 68 68 o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] 69 o optimize the timer thread (r2) 70 o remove pthread usage from core (r2) 69 o remove pthread-win32 usage from core [DONE (Michael Plante, Peter Stuge): 2010.02.20] 71 70 o libusb0.sys backend (r2?) 72 71 o auto-claiming interface for control transfers if none available [DONE: 2010.01.08] … … 130 129 o claim_interface crashes libusb w/ MinGW (Jere Knaappila) [DROPPED (was a pthread-win32 install issue): 2010.02.11] 131 130 o cancel_transfer, free_transfer and mutexes (Jere Knaappila) [FIXED: 2010.02.17] 132 o is HID getfeature really working? No it wasn't . [FIXED: 2010.02.17]131 o is HID getfeature really working? No it wasn't, and still isn't! 133 132 o parent of a reused device might change during re-enumeration. [FIXED: 2010.02.18] 134 133 o backend will crash when trrying to open an uninitialized device. [FIXED: 2010.02.19] 135 134 o error and warning messages don't seem to pop out when debug is disabled 135 o cygwin shouldn't use threads_windows.c 136 136 }}}