Changes between Version 89 and Version 90 of windows_backend_activity_log
- Timestamp:
- 04/16/10 13:10:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v89 v90 61 61 - write a detailed guide for manual installation of the WinUSB driver [DONE (for Windows 7): 2010.02.whatever] 62 62 - write some detailed notes for pthread-win32 integration on project page [DROPPED: no longer needed] 63 - edit relevant text files from core 63 - edit relevant text files from core [CHECKED - NOT NEEDED] 64 64 - drop autotool requirement and provide a single configure file for source archives [DONE: 2010.03.03] 65 65 - check/improve DLLs produced with MinGW/cygwin (remove -0 suffic/cyg prefix, add versioning info, etc.) [DONE: 2010.03.05] … … 69 69 - run another memory leaks test [PASSED: 2010.03.19] 70 70 - check if the MinGW-w64 bug still occurs [FIXED!: 2010.03.19] 71 - document the current Windows restrictions 72 - turn ENABLE_DEBUG_LOGGING off for release! 73 - remove the _2008 solution files for release! 71 - document the current Windows restrictions [DONE: 2010.04.15] 72 - turn ENABLE_DEBUG_LOGGING off for release! [DONE] 73 - remove the _2008 solution files for release! [DONE] 74 - document attach/detach calls for Windows/OS-X 74 75 75 76 [EXTRAS] … … 79 80 o use threads_posix AM var to prevent compilation of dpfp_threaded on MinGW [DONE: 2010.02.24] 80 81 o fix the HID report sizes for xusb in Linux [DONE: 2010.03.01] 81 o put pre-built binaries online 82 o put pre-built binaries online [DONE: 2010.03.18] 82 83 o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 83 84 o compatibility layer for Windows [SEEMS TO WORK: 2010.03.06] 84 o automated driver installation [WIP]85 85 o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] 86 86 o remove pthread-win32 usage from core [DONE (Michael Plante, Peter Stuge): 2010.02.20] … … 105 105 - default help and allow vid:pid single arg for strings only report [DONE: 2010.03.08] 106 106 - debug option and improved arg handling [DONE: 2010.04.06] 107 - dump HID descriptor to file [DONE: 2010.04.08] 107 108 - add output report test to HID and allow endpoint selection 108 109 - threaded xusb … … 114 115 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 115 116 o switch to using cmake? [UNLIKELY as requires make replacement for end users] 117 o add #pragma comment( lib, "setupapi.lib" ) etc in xusb, as suggested by Tim Roberts [DONE: 2010.04.16] 118 119 [POST-RELEASE] 116 120 o remove dependency on ole32 and setupapi lib 117 118 [POST-RELEASE]119 o add #pragma comment( lib, "setupapi.lib" ) etc in xusb, as suggested by Tim Roberts120 121 o 2003 / XP64 testing 121 122 … … 142 143 o MinGW/cygwin produce a "warning: undefined symbols not allowed" [FIXED: 2010.01.18] 143 144 o dpfp warnings during autogen (MinGW/cygwin) 144 o "WARNING: unrecognized options: --enable-maintainer-mode" during autogen (MinGW/cygwin) 145 o "WARNING: unrecognized options: --enable-maintainer-mode" during autogen (MinGW/cygwin) [FIXED] 145 146 o current warning set does not pick signed <-> unsigned conversions [FIXED (DDK build will pick 'em): 2010.01.20] 146 147 o SPDRP_SERVICE sure doesn't work for MI_## members of HID composite devices. And of course "DeviceInterfaceGUIDs" doesn't apply to HID composite either. [FIXED using HID IF GUID: 2010.01.20] … … 167 168 o parent of a reused device might change during re-enumeration. [FIXED: 2010.02.18] 168 169 o backend will crash when trying to open an uninitialized device. [FIXED: 2010.02.19] 169 o error and warning messages don't seem to pop out when debug is disabled 170 o error and warning messages don't seem to pop out when debug is disabled [FIXED (toggable logging): 2010.04.06] 170 171 o cygwin shouldn't use threads_windows.c [FIXED: 2010.02.24] 171 172 o libusb .NET reports an issue with threads [FIXED (C# and C use different calling conventions - Travis Robinson): 2010.02.25] … … 190 191 o HID and Feature Reports (Axel Rohde) - bad report lengths in xusb [FIXED: 2010.04.07] 191 192 o HID and Feature Reports (Axel Rohde) - first byte eaten when report IDs are in use [FIXED: 2010.04.15] 192 o HID and Feature reports (Axel Rohde) - Windows backend reports different size from Linux [NOT A BUG ?]193 o HID and Feature reports (Axel Rohde) - Windows backend reports different size from Linux [NOT A BUG: 2010.04.15] 193 194 o [wdi] "Warning: .stabs: description field too big, try a different debug format" on MinGW-32 [FIXED (disable -g): 2010.03.24] 194 195 o [wdi] pipe communications between installer and lib don't seem to work with MinGW [FIXED (DON'T PICK EXE from dir, use the one in .libs!!!): 2010.03.23]