Changes between Version 38 and Version 39 of windows_backend_activity_log


Ignore:
Timestamp:
03/08/10 18:11:51 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v38 v39  
    5959  - break down core patches and post them for review [DONE: 2010.01.31] 
    6060  - 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] 
    6262  - write some detailed notes for pthread-win32 integration on project page [DROPPED: no longer needed] 
    6363  - edit relevant text files from core 
    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] 
     66  - figure out how to produce a release archive (hint: use cygwin's configure) [DONE: 2010.03.03] 
    6667 
    6768EXTRAS: 
     
    7273o put pre-built binaries online 
    7374o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 
    74 o compatibility layer for Windows 
     75o compatibility layer for Windows [SEEMS TO WORK: 2010.03.06] 
    7576o automated driver installation [WIP] 
    7677o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] 
     
    9697o HID collection selection? (re "the never ending multiple interfaces handling") 
    9798o 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? 
     99o switch to using cmake? [UNLIKELY as requires make replacement for end users] 
    99100 
    100101BUGFIXES: 
     
    144145o is HID getfeature really working? No it wasn't, and still isn't! [NOW FIXED: 2010.02.23] 
    145146o parent of a reused device might change during re-enumeration. [FIXED: 2010.02.18] 
    146 o backend will crash when trrying to open an uninitialized device. [FIXED: 2010.02.19] 
     147o backend will crash when trying to open an uninitialized device. [FIXED: 2010.02.19] 
    147148o error and warning messages don't seem to pop out when debug is disabled 
    148149o cygwin shouldn't use threads_windows.c [FIXED: 2010.02.24] 
     
    152153o "[_hid_get_feature] error Windows error code 4294967291" error with the new getfeature code for HID devices without feature reports [FIXED: 2010.02.25] 
    153154o 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] 
     155o Xiaofan's issue with libtool [PROPERLY FIXED (force locale to C always in libtool): 2010.03.08] 
    155156o 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? 
     157o resource.h is bothersome - can we remove it? [YES WE CAN: 2010.03.06] 
    157158}}}