Changes between Version 38 and Version 39 of windows_backend_activity_log
- Timestamp:
- 03/08/10 18:11:51 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v38 v39 59 59 - break down core patches and post them for review [DONE: 2010.01.31] 60 60 - go over TODOs and address the ones that can be addressed for first release [DONE: 2010.02.07] 61 - write a detailed guide for manual installation of the WinUSB driver 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 63 - edit relevant text files from core 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] 66 - figure out how to produce a release archive (hint: use cygwin's configure) [DONE: 2010.03.03] 66 67 67 68 EXTRAS: … … 72 73 o put pre-built binaries online 73 74 o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 74 o compatibility layer for Windows 75 o compatibility layer for Windows [SEEMS TO WORK: 2010.03.06] 75 76 o automated driver installation [WIP] 76 77 o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] … … 96 97 o HID collection selection? (re "the never ending multiple interfaces handling") 97 98 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 98 o switch to using cmake? 99 o switch to using cmake? [UNLIKELY as requires make replacement for end users] 99 100 100 101 BUGFIXES: … … 144 145 o is HID getfeature really working? No it wasn't, and still isn't! [NOW FIXED: 2010.02.23] 145 146 o parent of a reused device might change during re-enumeration. [FIXED: 2010.02.18] 146 o backend will crash when tr rying to open an uninitialized device. [FIXED: 2010.02.19]147 o backend will crash when trying to open an uninitialized device. [FIXED: 2010.02.19] 147 148 o error and warning messages don't seem to pop out when debug is disabled 148 149 o cygwin shouldn't use threads_windows.c [FIXED: 2010.02.24] … … 152 153 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] 153 154 o these "program assertion failed - WinUSB interface 0 found at position 1" messages (Jere, Xiaofan) 154 o Xiaofan's issue with libtool [ FIXED (needed ln -s instead of cp -p): 2010.03.04]155 o Xiaofan's issue with libtool [PROPERLY FIXED (force locale to C always in libtool): 2010.03.08] 155 156 o cached devices shouldn't be unref'd in enumerate (Travis Robinson) [FIXED: 2010.03.04] 156 o resource.h is bothersome - can we remove it? 157 o resource.h is bothersome - can we remove it? [YES WE CAN: 2010.03.06] 157 158 }}}