Changes between Version 212 and Version 213 of windows_backend_activity_log
- Timestamp:
- 08/31/10 12:22:35 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v212 v213 261 261 o [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] 262 262 o [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] 264 264 o [wdi] IsUserAnAdmin is unknown on MinGW (hook into the DLL) [DONE: 2010.04.20] 265 265 o [wdi] Why doesn't UAC auto elevation work when I rename setdrv to setup any more? [Installer detection only applies to 32 bit apps!!: … … 291 291 o [wdi] MSVC 64 bit compilation on 32 bit platform fails because of 64 bit embedder (reported by Xiaofan) [FIXED: 2010.08.26] 292 292 o [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] 293 o [wdi] AC_CHECK_FILES does not work when cross compiling [FIXED: 2010.08.30] 293 294 o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 294 295 o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] … … 390 391 o switch to using tokenizer [DONE: 2010.07.17] 391 392 o automate versioning for .rc files from the git tags [DONE: 2010.07.26] 392 o why oh why didn't Microsoft use UTF-8 forA vs W?!? [ADDRESSED (pfew!): 2010.07.28]393 o why oh why didn't Microsoft provide UTF-8 as well in A vs W?!? [ADDRESSED (pfew!): 2010.07.28] 393 394 o win2k support [OK: 2010.07.28] 394 395 o 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 396 o 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] 397 o -Wshadow on cygwin, and all the problems that come with it [DROPPED (would need libconfig patch): 2010.08.30] 397 398 o follow libusb's calling convention changes 398 399 o fix the bugs and get a 1.0 release already!! … … 437 438 - use default temp folder in basic mode [NAH: 2010.05.28] 438 439 - 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 libconfig440 440 - change the progress text to warn about the super long MS induced delays [DONE: 2010.06.30] 441 441 - prevent the entering of non hex chars for VID/PID (will need subclassing) [v2 or never] … … 443 443 - provide a win2k compatible Zadig binary [DONE: 2010.07.15] 444 444 - display driver version [DONE: 2010.08.27] 445 - feedback our cygwin/DDK/64 bit changes to the makers of libconfig 445 446 o add the inf-wizard from libusb-win32 in samples [DONE: 2010.08.17] 446 447 o can we automate the minor version number in libwdi.rc from git tags? [DONE: 2010.07.26] … … 464 465 o remove context in logging facility / alternative to context? [DONE: 2010.04.16] 465 466 o add MS redist license [DONE: 2010.04.29] 466 o allow the removal of WinUSB for DDK builds? [ ON REQUEST]467 o allow the removal of WinUSB for DDK builds? [DONE: 2010.07.18] 467 468 o test anticipated driver installation [PASS: 2010.06.24] 468 469 o create all files as a the user that launched the process [DONE: 2010.06.30]