Changes between Version 252 and Version 253 of windows_backend_activity_log


Ignore:
Timestamp:
03/09/11 12:27:08 (2 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v252 v253  
    263263o repeat replugs of USB mouse while looping on init/open/exit for a different device results in "Unknown Device" being reported in device manager (reported by Stephano Antonelli) 
    264264o PyUSB can't use an stdcall libusb [FIXED: 2011.01.17] 
    265 o invalid handle errors on cygwin (reported by Xiaofan) [FIXED: 2011.01.18 - need to contact cygwin guys] 
     265o invalid handle errors on cygwin and MinGW due to non C99 compliant OVERLAPPED (reported by Xiaofan) [FIXED: 2011.01.18 / FIXED (MinGW winapi): 2011.03.06] 
    266266o LVR test program for WinUSB test device times out on second run (reported by Xiaofan - see mails from 2011.01.20) 
    267267o calling init twice with different context returns -99 (reported by Konrad Rosenbaum) [FIXED: 2011.01.20] 
     
    270270o pipe error after bootloader restart/fw upgrade on Win64 (reported by D Sigma, 2011.01.27) 
    271271o sending a set config from WinUSB is a bad idea after all, even for default config (reported by Xiaofan, 2011.01.20) [FIXED: 2011.02.21] 
    272 o latest MinGW32 doesn't build a libusb that works. Also some issues on some Win64 machines (reported by Dave Camarillo, 2011.03.03 
     272o latest MinGW32 doesn't build a libusb that works. Also some issues on some Win64 machines (reported by Dave Camarillo) [FIXED: 2011.03.03] 
    273273o [enum] htab_hash() still does not return a unique value [FIXED: 2010.10.14] 
    274274o [enum] warning messages during GEN might attempt to reference the device interface path [FIXED: 2010.10.27] 
     
    283283o [enum] HID interfaces might have more than 2 parents to get to an ancestor we can recognize (reported by Phong Truong) [FIXED: 2010.12.01] 
    284284o [enum] memory leaks when create device list is called again while a device is open [FIXED: 2011.03.02] 
     285o [enum] some hubs are not being listed and other devices get wrong bus:address [FIXED: 2011.03.08] 
    285286o [topo] usb key doesn't get proper topology data when plugged on Dell hub 
    286287o [hp] libusb_exit crashes after free device list (reported by Phong Truong 2011.01.27) [USER CODE ISSUE: 2011.02.02] 
     
    541542o API call to install a certificate, for no prompt static inf installation [DONE: 2011.01.20] 
    542543o document the above, and provide a detailed guide on how to use libwdi for no-prompt install of an external driver package 
     544o that DDK batch script from libusbK sure looks nice... 
    543545o enable the use of installer.exe as a standalone with args from cmdline instead of pipe (v2?) 
    544546o enable the use of MS's dpinst.exe in lieu of the installer (v2)