Changes between Version 209 and Version 210 of windows_backend_activity_log
- Timestamp:
- 08/26/10 17:36:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v209 v210 245 245 o 64 bit MinGW-w64 lib calling convention changed sometime since Dec. 2009 => WPG-System64 binaries are now broken [FIXED: use newer MinGW-w64] 246 246 o libusb doesn't support filter drivers [FIXED: 2010.08.19] 247 o WinUSB_ReadPipe / bCSWStatus issue with WinUSB as Mass Storage (reported by Max Teo) 247 248 o [wdi] "Warning: .stabs: description field too big, try a different debug format" on MinGW-32 [FIXED (disable -g): 2010.03.24] 248 249 o [wdi] pipe communications between installer and lib don't seem to work with MinGW [FIXED (DON'T PICK EXE from dir, use the one in .libs!!!): 2010.03.23] … … 288 289 o [wdi] syslog truncation on win2k [FIXED: 2010.08.21] 289 290 o [wdi] app can flash after the progress bar dialog is closed [FIXED (pfffew!): 2010.08.25] 291 o [wdi] MSVC 64 bit compilation on 32 bit platform fails because of 64 bit embedder (reported by Xiaofan) [FIXED: 2010.08.26] 290 292 o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 291 293 o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] … … 389 391 o why oh why didn't Microsoft use UTF-8 for A vs W?!? [ADDRESSED (pfew!): 2010.07.28] 390 392 o win2k support [OK: 2010.07.28] 391 o can we hook into the OS driver installation dialogs, instead of using our own (or reuse dpinst)? 393 o can we hook into the OS driver installation dialogs, instead of using our own (or reuse dpinst)? [v2] 392 394 o revert back to using a def + def autogeneration for MS/MinGW compatibility, like libusb does 395 o -Wshadow on cygwin, and all the problems that come with it 393 396 o follow libusb's calling convention changes 394 397 o fix the bugs and get a 1.0 release already!! … … 422 425 - custom driver extraction [DONE: 2010.06.11] 423 426 - use ini to set default options [DONE: 2010.06.17] 424 - improve UI by following MS's UI guidelines 427 - improve UI by following MS's UI guidelines [SHOULD BE OK: 2010.08.26] 425 428 - setting of the log level [DONE: 2010.07.26] 426 429 - allow the provision of an external inf/conf file / custom driver fixed inf file? [NO LONGER NEEDED (can be done in libwdi itself)] … … 432 435 - colours in log dropdown according to level? [NOT WORTH IT: 2010.06.24] 433 436 - use default temp folder in basic mode [NAH: 2010.05.28] 434 - maybe we should tone down notifications a notch between log, status and dialogs 437 - maybe we should tone down notifications a notch between log, status and dialogs [AT USER REQUEST: 2010.08.26] 435 438 - feedback our cygwin/DDK/64 bit changes to the makers of libconfig 436 439 - change the progress text to warn about the super long MS induced delays [DONE: 2010.06.30] 437 - prevent the entering of non hex chars for VID/PID (will need subclassing => v2 or never)438 - add testlibusb-win.exe support for libusb0.sys 440 - prevent the entering of non hex chars for VID/PID (will need subclassing) [v2 or never] 441 - add testlibusb-win.exe support for libusb0.sys [NOT FOR NOW: 2010.08.26] 439 442 - provide a win2k compatible Zadig binary [DONE: 2010.07.15] 440 443 o add the inf-wizard from libusb-win32 in samples [DONE: 2010.08.17]