Changes between Version 33 and Version 34 of windows_backend_activity_log


Ignore:
Timestamp:
03/02/10 20:03:47 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v33 v34  
    3434  - mutex fd locking [DONE: 2009.12.23] 
    3535  - handling of synchronous completion of async requests [DONE: 2010.01.20] 
     36  - use libusb functions for updated fd resubmission [DONE: 2010.03.02] 
    3637o better/multiple API handling (refer to libusb-win32-v1) [API_CALL macro - DONE: 2009.12.18] 
    3738o sanitize_path & windows_error_string improvements [DONE: 2009.12.18] 
     
    5960  - go over TODOs and address the ones that can be addressed for first release [DONE: 2010.02.07] 
    6061  - write a detailed guide for manual installation of the WinUSB driver 
    61   - write some detailed notes for pthread-win32 integration on project page 
     62  - write some detailed notes for pthread-win32 integration on project page [DROPPED: no longer needed] 
    6263  - edit relevant text files from core 
    6364 
    6465EXTRAS: 
    65 o rename windows_compat to something better 
     66o rename windows_compat to something better [DONE: 2010.03.02] 
    6667o includes cleanup [DONE: 2010.02.24] 
    6768o use threads_posix AM var to prevent compilation of dpfp_threaded on MinGW [DONE: 2010.02.24] 
    68 o fix the HID report sizes for xusb in Linux 
     69o fix the HID report sizes for xusb in Linux [DONE: 2010.03.01] 
    6970o put pre-built binaries online 
    7071o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 
     
    7475o remove pthread-win32 usage from core [DONE (Michael Plante, Peter Stuge): 2010.02.20] 
    7576o libusb0.sys backend (r2?) 
     77o poll abstraction 
    7678o auto-claiming interface for control transfers if none available [DONE: 2010.01.08] 
    7779o drop the DDK requirement [DONE: 2010.01.20] 
     
    8385  - vid/pid specification as args [DONE: 2010.01.28] 
    8486  - more generic HID [DONE: 2010.02.06] 
     87  - add output report test to HID and allow endpoint selection 
     88  - threaded xusb 
    8589o hotplug (r2?) 
    8690o use usbi list functions for our hcd chained list [NOT WORTH IT: 2010.02.16] 
     
    140144o cygwin shouldn't use threads_windows.c [FIXED: 2010.02.24] 
    141145o libusb .NET reports an issue with threads [FIXED (C# and C use different calling conventions - Travis Robinson): 2010.02.25] 
    142 o libusb_handle_events_timeout does not poll new transactions (Jere Knaappila) 
     146o fallout from the above: DDK and MSVC use different calling conventions 
     147o libusb_handle_events_timeout does not poll new transactions (Jere Knaappila) [FIXED: 2010.03.02] 
    143148o "[_hid_get_feature] error Windows error code 4294967291" error with the new getfeature code for HID devices without feature reports [FIXED: 2010.02.25] 
    144149o these "program assertion failed - WinUSB interface 0 found at position 1" messages (Jere, Xiaofan)