Changes between Version 212 and Version 213 of windows_backend_activity_log


Ignore:
Timestamp:
08/31/10 12:22:35 (3 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v212 v213  
    261261o [wdi] Windows fails to find the driver file when device is plugged in after SetupCopyOEMInf is used [FIXED (don't use SPOST_NONE!): 2010.03.29] 
    262262o [wdi] the above going to be a problem if the files are removed before the device is plugged back in. 
    263   Should we add DriverPackagePreinstall (and DifXAPI) back again or just warn the user? [WILL SEE ON USER REPORTS] 
     263        Should we add DriverPackagePreinstall (and DifXAPI) back again or just warn the user? [WILL SEE ON USER REPORTS] 
    264264o [wdi] IsUserAnAdmin is unknown on MinGW (hook into the DLL) [DONE: 2010.04.20] 
    265265o [wdi] Why doesn't UAC auto elevation work when I rename setdrv to setup any more? [Installer detection only applies to 32 bit apps!!: 
     
    291291o [wdi] MSVC 64 bit compilation on 32 bit platform fails because of 64 bit embedder (reported by Xiaofan) [FIXED: 2010.08.26] 
    292292o [wdi] embedder is compiled a 64 bit app on 32 bit platform when using MinGW-w64 to cross compile (reported by Xiaofan) [FIXED: 2010.08.27] 
     293o [wdi] AC_CHECK_FILES does not work when cross compiling [FIXED: 2010.08.30] 
    293294o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 
    294295o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] 
     
    390391o switch to using tokenizer [DONE: 2010.07.17] 
    391392o automate versioning for .rc files from the git tags [DONE: 2010.07.26] 
    392 o why oh why didn't Microsoft use UTF-8 for A vs W?!? [ADDRESSED (pfew!): 2010.07.28] 
     393o why oh why didn't Microsoft provide UTF-8 as well in A vs W?!? [ADDRESSED (pfew!): 2010.07.28] 
    393394o win2k support [OK: 2010.07.28] 
    394395o can we hook into the OS driver installation dialogs, instead of using our own (or reuse dpinst)? [v2] 
    395 o revert back to using a def + def autogeneration for MS/MinGW compatibility, like libusb does 
    396 o -Wshadow on cygwin, and all the problems that come with it 
     396o 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] 
     397o -Wshadow on cygwin, and all the problems that come with it [DROPPED (would need libconfig patch): 2010.08.30] 
    397398o follow libusb's calling convention changes 
    398399o fix the bugs and get a 1.0 release already!! 
     
    437438  - use default temp folder in basic mode [NAH: 2010.05.28] 
    438439  - maybe we should tone down notifications a notch between log, status and dialogs [AT USER REQUEST: 2010.08.26] 
    439   - feedback our cygwin/DDK/64 bit changes to the makers of libconfig 
    440440  - change the progress text to warn about the super long MS induced delays [DONE: 2010.06.30] 
    441441  - prevent the entering of non hex chars for VID/PID (will need subclassing) [v2 or never] 
     
    443443  - provide a win2k compatible Zadig binary [DONE: 2010.07.15] 
    444444  - display driver version [DONE: 2010.08.27] 
     445  - feedback our cygwin/DDK/64 bit changes to the makers of libconfig 
    445446o add the inf-wizard from libusb-win32 in samples [DONE: 2010.08.17] 
    446447o can we automate the minor version number in libwdi.rc from git tags? [DONE: 2010.07.26] 
     
    464465o remove context in logging facility / alternative to context? [DONE: 2010.04.16] 
    465466o add MS redist license [DONE: 2010.04.29] 
    466 o allow the removal of WinUSB for DDK builds? [ON REQUEST] 
     467o allow the removal of WinUSB for DDK builds? [DONE: 2010.07.18] 
    467468o test anticipated driver installation [PASS: 2010.06.24] 
    468469o create all files as a the user that launched the process [DONE: 2010.06.30]