Changes between Version 1 and Version 2 of windows_backend_activity_log
- Timestamp:
- 01/19/10 02:07:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v1 v2 37 37 - MSVC9 full compatibility (win32) [DONE: 2010.01.11] 38 38 - MSVC9 full compatibility (x64) [DONE: 2010.01.15] 39 - MSVC8 full compatibility 39 40 - MSVC6 full compatibility 40 41 o MSVC x64 support [DONE: 2010.01.15] … … 42 43 - add thread protection/locks 43 44 - remove pthread dependency 44 o better composite interfaces handling, with fully independent interface and composite device drivers 45 o better composite interfaces handling, with fully independent interface and composite device drivers [DONE: 2010.01.18] 45 46 o write some detailed notes for pthread-win32 integration on project page 46 47 o write a detailed guide for manual installation of the WinUSB driver 47 48 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 48 o HID API backend 49 o HID API backend [D] 49 50 o libusb0.sys backend 50 51 … … 78 79 o the infamous device with serial => no port# issue on XP [FIXED: 2010.01.12] 79 80 o 'CM_GETIDLIST_FILTER_BITS' macro redefinition error in cfgmgr32.h for Windows 7 and other DDK issues [FIXED: 2010.01.13] 80 o project doesn't open in VS 2005 81 o project doesn't open in VS 2005 [FIXED with files created by Orin Eman: 2010.01.18] 82 o MinGW/cygwin produce a "warning: undefined symbols not allowed" [FIXED: 2010.01.18] 83 o dpfp warnings during autogen (MinGW/cygwin) 84 o "WARNING: unrecognized options: --enable-maintainer-mode" during autogen (MinGW/cygwin) 81 85 }}}