Changes between Version 184 and Version 185 of windows_backend_activity_log
- Timestamp:
- 07/22/10 20:06:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v184 v185 264 264 o [wdi] "successfully extracted xyz.cat" - should be .inf 265 265 o [wdi] inf are not CRLF'd (reported by Xiaofan) [FIXED? 2010.07.19] 266 o [wdi] cannot extract files when compiled with cygwin 266 267 o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 267 268 o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] … … 294 295 o [zadig] I've seen zadig fail to display the driver after a successful install in basic mode 295 296 o [zadig] seen "program assertion failed - editable_desc != NULL" on driverless device insert 297 o [zadig] log dialog can flash after the progress bar dialog is closed (test this with a MinGW32 zadig on x64) 298 o [zadig] crashes post exit on cygwin 296 299 297 300 [WINDOWS DRIVER INSTALLER (WDI)] … … 360 363 o switch to using tokenizer [DONE: 2010.07.17] 361 364 o win2k support 365 o can we hook into the OS driver installation dialogs, instead of using our own? 362 366 o zadig (GUI app) 363 367 - DDK/MinGW/MSVC compat [DONE: 2010.03.30] … … 434 438 o provide DDK redist binaries for those who don't want to download the whole lot [TOO GREY AN AREA - SKIPPED: 2010.04.29] 435 439 o should read_logger return the severity level? 436 o move progress bar + notifications into libwdi, and allow their optional use (v2?) 440 o move progress bar into libwdi, and allow its optional use [DONE: 2010.07.22] 441 o move notifications into libwdi too? 437 442 o integrate libusb0.sys driver building into libwdi? 438 443 o enable the use of installer.exe as a standalone with args from cmdline instead of pipe (v2?)