Changes between Version 33 and Version 34 of windows_backend_activity_log
- Timestamp:
- 03/02/10 20:03:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v33 v34 34 34 - mutex fd locking [DONE: 2009.12.23] 35 35 - handling of synchronous completion of async requests [DONE: 2010.01.20] 36 - use libusb functions for updated fd resubmission [DONE: 2010.03.02] 36 37 o better/multiple API handling (refer to libusb-win32-v1) [API_CALL macro - DONE: 2009.12.18] 37 38 o sanitize_path & windows_error_string improvements [DONE: 2009.12.18] … … 59 60 - go over TODOs and address the ones that can be addressed for first release [DONE: 2010.02.07] 60 61 - write a detailed guide for manual installation of the WinUSB driver 61 - write some detailed notes for pthread-win32 integration on project page 62 - write some detailed notes for pthread-win32 integration on project page [DROPPED: no longer needed] 62 63 - edit relevant text files from core 63 64 64 65 EXTRAS: 65 o rename windows_compat to something better 66 o rename windows_compat to something better [DONE: 2010.03.02] 66 67 o includes cleanup [DONE: 2010.02.24] 67 68 o use threads_posix AM var to prevent compilation of dpfp_threaded on MinGW [DONE: 2010.02.24] 68 o fix the HID report sizes for xusb in Linux 69 o fix the HID report sizes for xusb in Linux [DONE: 2010.03.01] 69 70 o put pre-built binaries online 70 71 o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] … … 74 75 o remove pthread-win32 usage from core [DONE (Michael Plante, Peter Stuge): 2010.02.20] 75 76 o libusb0.sys backend (r2?) 77 o poll abstraction 76 78 o auto-claiming interface for control transfers if none available [DONE: 2010.01.08] 77 79 o drop the DDK requirement [DONE: 2010.01.20] … … 83 85 - vid/pid specification as args [DONE: 2010.01.28] 84 86 - more generic HID [DONE: 2010.02.06] 87 - add output report test to HID and allow endpoint selection 88 - threaded xusb 85 89 o hotplug (r2?) 86 90 o use usbi list functions for our hcd chained list [NOT WORTH IT: 2010.02.16] … … 140 144 o cygwin shouldn't use threads_windows.c [FIXED: 2010.02.24] 141 145 o libusb .NET reports an issue with threads [FIXED (C# and C use different calling conventions - Travis Robinson): 2010.02.25] 142 o libusb_handle_events_timeout does not poll new transactions (Jere Knaappila) 146 o fallout from the above: DDK and MSVC use different calling conventions 147 o libusb_handle_events_timeout does not poll new transactions (Jere Knaappila) [FIXED: 2010.03.02] 143 148 o "[_hid_get_feature] error Windows error code 4294967291" error with the new getfeature code for HID devices without feature reports [FIXED: 2010.02.25] 144 149 o these "program assertion failed - WinUSB interface 0 found at position 1" messages (Jere, Xiaofan)