Changes between Version 21 and Version 22 of windows_backend_activity_log
- Timestamp:
- 02/17/10 00:17:05 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v21 v22 51 51 - windows_compat update (apply Orin's spinlock + critical sections suggestion) [DONE: 2010.01.28] 52 52 - remove pthread dependency and improve Windows files (Orin + Michael) [DONE: 2010.01.30] 53 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice54 53 o HID API backend [DONE: 2010.01.26] 55 54 o API transition for core integration (interface -> usb_interface) [DONE: 2010.01.28] … … 64 63 65 64 EXTRAS: 65 o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 66 66 o automated driver installation 67 o move real-time timer API call out of timer thread 67 o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] 68 68 o optimize the timer thread (r2) 69 69 o remove pthread usage from core (r2) … … 77 77 - less amateurish output [DONE: 2010.01.27] 78 78 - vid/pid specification as args [DONE: 2010.01.28] 79 - more generic HID [DONE: 2010.02.06] 79 80 o hotplug (r2?) 80 o use usbi list functions for our hcd chained list 81 o use usbi list functions for our hcd chained list [NOT WORTH IT: 2010.02.16] 81 82 o Win2k support? (Not from me!) 82 83 o use internal timer functions (CreateWaitableTimer) and switch USBI_OS_HANDLES_TIMEOUT on 83 84 o HID collection selection? (re "the never ending multiple interfaces handling") 85 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 84 86 85 87 BUGFIXES: … … 123 125 "In addition, some devices might not support HidD_GetInputReport, and will become unresponsive if this routine is used." 124 126 o HID overflows on first control report [FIXED: 2010.02.10] 125 o Xiaofan and others issues with HID (PICKit2, etc.) 126 o Memory leaks in poll and set_composite (Francesco Montorsi) [FIXED: 2010.02.09]127 o Xiaofan and others issues with HID (PICKit2, etc.) [FIXED: 2010.02.16] 128 o memory leaks in poll and set_composite (Francesco Montorsi) [FIXED: 2010.02.09] 127 129 o claim_interface crashes libusb w/ MinGW (Jere Knaappila) [DROPPED (was a pthread-win32 install issue): 2010.02.11] 130 o cancel_transfer, free_transfer and mutexes (Jere Knaappila) 131 o is HID getfeature really working? 128 132 }}}