Changes between Version 89 and Version 90 of windows_backend_activity_log


Ignore:
Timestamp:
04/16/10 13:10:25 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v89 v90  
    6161  - write a detailed guide for manual installation of the WinUSB driver [DONE (for Windows 7): 2010.02.whatever] 
    6262  - 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] 
    6464  - drop autotool requirement and provide a single configure file for source archives [DONE: 2010.03.03] 
    6565  - check/improve DLLs produced with MinGW/cygwin (remove -0 suffic/cyg prefix, add versioning info, etc.) [DONE: 2010.03.05] 
     
    6969  - run another memory leaks test [PASSED: 2010.03.19] 
    7070  - 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 
    7475 
    7576[EXTRAS] 
     
    7980o use threads_posix AM var to prevent compilation of dpfp_threaded on MinGW [DONE: 2010.02.24] 
    8081o fix the HID report sizes for xusb in Linux [DONE: 2010.03.01] 
    81 o put pre-built binaries online 
     82o put pre-built binaries online [DONE: 2010.03.18] 
    8283o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 
    8384o compatibility layer for Windows [SEEMS TO WORK: 2010.03.06] 
    84 o automated driver installation [WIP] 
    8585o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] 
    8686o remove pthread-win32 usage from core [DONE (Michael Plante, Peter Stuge): 2010.02.20] 
     
    105105  - default help and allow vid:pid single arg for strings only report [DONE: 2010.03.08] 
    106106  - debug option and improved arg handling [DONE: 2010.04.06] 
     107  - dump HID descriptor to file [DONE: 2010.04.08] 
    107108  - add output report test to HID and allow endpoint selection 
    108109  - threaded xusb 
     
    114115o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 
    115116o switch to using cmake? [UNLIKELY as requires make replacement for end users] 
     117o add #pragma comment( lib, "setupapi.lib" ) etc in xusb, as suggested by Tim Roberts [DONE: 2010.04.16] 
     118 
     119[POST-RELEASE] 
    116120o 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 Roberts 
    120121o 2003 / XP64 testing 
    121122 
     
    142143o MinGW/cygwin produce a "warning: undefined symbols not allowed" [FIXED: 2010.01.18] 
    143144o dpfp warnings during autogen (MinGW/cygwin) 
    144 o "WARNING: unrecognized options: --enable-maintainer-mode" during autogen (MinGW/cygwin) 
     145o "WARNING: unrecognized options: --enable-maintainer-mode" during autogen (MinGW/cygwin) [FIXED] 
    145146o current warning set does not pick signed <-> unsigned conversions [FIXED (DDK build will pick 'em): 2010.01.20] 
    146147o 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] 
     
    167168o parent of a reused device might change during re-enumeration. [FIXED: 2010.02.18] 
    168169o 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 
     170o error and warning messages don't seem to pop out when debug is disabled [FIXED (toggable logging): 2010.04.06] 
    170171o cygwin shouldn't use threads_windows.c [FIXED: 2010.02.24] 
    171172o libusb .NET reports an issue with threads [FIXED (C# and C use different calling conventions - Travis Robinson): 2010.02.25] 
     
    190191o HID and Feature Reports (Axel Rohde) - bad report lengths in xusb [FIXED: 2010.04.07] 
    191192o 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?] 
     193o HID and Feature reports (Axel Rohde) - Windows backend reports different size from Linux [NOT A BUG: 2010.04.15] 
    193194o [wdi] "Warning: .stabs: description field too big, try a different debug format" on MinGW-32 [FIXED (disable -g): 2010.03.24] 
    194195o [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]