Changes between Version 21 and Version 22 of windows_backend_activity_log


Ignore:
Timestamp:
02/17/10 00:17:05 (7 months ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v21 v22  
    5151  - windows_compat update (apply Orin's spinlock + critical sections suggestion) [DONE: 2010.01.28] 
    5252  - remove pthread dependency and improve Windows files (Orin + Michael) [DONE: 2010.01.30] 
    53 o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 
    5453o HID API backend [DONE: 2010.01.26] 
    5554o API transition for core integration (interface -> usb_interface) [DONE: 2010.01.28] 
     
    6463 
    6564EXTRAS: 
     65o test pk2cmd against libusb 1.0 win [DONE: 2010.02.16] 
    6666o automated driver installation 
    67 o move real-time timer API call out of timer thread 
     67o move real-time timer API call out of timer thread [DONE (Michael Plante): 2010.02.11] 
    6868o optimize the timer thread (r2) 
    6969o remove pthread usage from core (r2) 
     
    7777  - less amateurish output [DONE: 2010.01.27] 
    7878  - vid/pid specification as args [DONE: 2010.01.28] 
     79  - more generic HID [DONE: 2010.02.06] 
    7980o hotplug (r2?) 
    80 o use usbi list functions for our hcd chained list 
     81o use usbi list functions for our hcd chained list [NOT WORTH IT: 2010.02.16] 
    8182o Win2k support? (Not from me!) 
    8283o use internal timer functions (CreateWaitableTimer) and switch USBI_OS_HANDLES_TIMEOUT on 
    8384o HID collection selection? (re "the never ending multiple interfaces handling") 
     85o handle rogue/ghost WinUSB drivers issue (set_device_paths vs hub enumeration) with a more explicit warning and advice 
    8486 
    8587BUGFIXES: 
     
    123125  "In addition, some devices might not support HidD_GetInputReport, and will become unresponsive if this routine is used."  
    124126o HID overflows on first control report [FIXED: 2010.02.10] 
    125 o Xiaofan and others issues with HID (PICKit2, etc.) 
    126 o Memory leaks in poll and set_composite (Francesco Montorsi) [FIXED: 2010.02.09] 
     127o Xiaofan and others issues with HID (PICKit2, etc.) [FIXED: 2010.02.16] 
     128o memory leaks in poll and set_composite (Francesco Montorsi) [FIXED: 2010.02.09] 
    127129o claim_interface crashes libusb w/ MinGW (Jere Knaappila) [DROPPED (was a pthread-win32 install issue): 2010.02.11] 
     130o cancel_transfer, free_transfer and mutexes (Jere Knaappila) 
     131o is HID getfeature really working? 
    128132}}}