Changes between Version 17 and Version 18 of windows_backend_activity_log


Ignore:
Timestamp:
02/08/10 02:11:22 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v17 v18  
    55o detect driverless devices during enum for future automated WinUSB driver addon 
    66  - conn_info.CurrentConfigurationValue false => priv->driver = "no_driver" [DONE: 2009.12.14] 
    7   - check errorcode from SetupDi 
     7  - check errorcode from SetupDi [DONE: 2010.02.06] 
    88o actually read active configuration from conn_info [DONE: 2009.12.15] 
    99o comment the inf with regards to CoInstallers' choice and add provision for Multiple Interfaces (MI_##) [DONE: 2010.01.08] 
     
    5858  - merge the concurrency branch back into master [DONE: 2010.01.30] 
    5959  - break down core patches and post them for review [DONE: 2010.01.31] 
    60   - go over TODOs and address the ones that can be addressed for first release [DO] 
     60  - go over TODOs and address the ones that can be addressed for first release [DONE: 2010.02.07] 
    6161  - write a detailed guide for manual installation of the WinUSB driver 
    6262  - write some detailed notes for pthread-win32 integration on project page 
     
    115115o the compatibility layer's poll() conflicts with cygwin's poll() [FIXED: 2010.01.28] 
    116116o _beginthreadex is not available on cygiwn [FIXED (fallback to CreateThread): 2010.01.30] 
    117 o <7 bytes HID items packets are being rejected 
     117o <7 bytes HID items packets are being rejected [FIXED: 2010.02.07] 
    118118o unable to select WinUSB interface > 0 for non composite devices [FIXED (Dave C.): 2010.01.06] 
     119o 2 bytes control transfers fail when using HidD_GetInputReport (CRC error) 
     120o Xiaofan's issues with HID 
    119121}}}