Changes between Version 247 and Version 248 of windows_backend_activity_log


Ignore:
Timestamp:
01/21/11 22:40:43 (2 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v247 v248  
    262262o invalid handle errors on cygwin (reported by Xiaofan) [FIXED: 2011.01.18 - need to contact cygwin guys] 
    263263o LVR test program for WinUSB test device times out on second run (reported by Xiaofan - see mails from 2011.01.20) 
     264o calling init twice with different context returns -99 (reported by Konrad Rosenbaum) [FIXED: 2011.01.20] 
    264265o [enum] htab_hash() still does not return a unique value [FIXED: 2010.10.14] 
    265266o [enum] warning messages during GEN might attempt to reference the device interface path [FIXED: 2010.10.27] 
     
    331332o [wdi] driver preinstallation doesn't seem to work on XP? (reported by Myles Che) 
    332333o [wdi] the "Installing Driver" title sometimes appear with Chinese characters [FIXED: 2010.11.29] 
    333 o [wdi] the "Installing Driver" title only displays "I" on Windows 7 (WTF is going on with these Windows titles?!?) 
     334o [wdi] the "Installing Driver" title only displays "I" on Windows 7 (alright, alright, I'll use the friggin' TEXT() macro! Sheesh...) [FIXED: 2011.01.21] 
     335o [wdi] why does embedded.h gets rebuilt on wdi changes? [FIXED (use modification, not creation time): 2011.01.21] 
    334336o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 
    335337o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] 
     
    438440o revert back to using a def + def autogeneration for MS/MinGW compatibility, like libusb does [DROPPED (interchangeability of libwdi.dll not a major requirement): 2010.08.30] 
    439441o -Wshadow on cygwin, and all the problems that come with it [DROPPED (would need libconfig patch): 2010.08.30] 
    440 o follow libusb's calling convention changes 
     442o follow libusb's calling convention changes... or not... 
    441443o fix the bugs and get a 1.0 release already!! [DONE!: 2010.09.01] 
    442444o zadig (GUI app) 
     
    525527o move notifications into libwdi too? [NAH: 2010.07.26] 
    526528o integrate libusb0.sys driver building into libwdi? [NAH: 2010.07.25] 
    527 o API call to install a certificate, for no prompt static inf installation 
     529o API call to install a certificate, for no prompt static inf installation [DONE: 2011.01.20] 
     530o document the above, and provide a detailed guide on how to use libwdi for no-prompt install of an external driver package 
    528531o enable the use of installer.exe as a standalone with args from cmdline instead of pipe (v2?) 
    529532o enable the use of MS's dpinst.exe in lieu of the installer (v2)