Changes between Version 247 and Version 248 of windows_backend_activity_log
- Timestamp:
- 01/21/11 22:40:43 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v247 v248 262 262 o invalid handle errors on cygwin (reported by Xiaofan) [FIXED: 2011.01.18 - need to contact cygwin guys] 263 263 o LVR test program for WinUSB test device times out on second run (reported by Xiaofan - see mails from 2011.01.20) 264 o calling init twice with different context returns -99 (reported by Konrad Rosenbaum) [FIXED: 2011.01.20] 264 265 o [enum] htab_hash() still does not return a unique value [FIXED: 2010.10.14] 265 266 o [enum] warning messages during GEN might attempt to reference the device interface path [FIXED: 2010.10.27] … … 331 332 o [wdi] driver preinstallation doesn't seem to work on XP? (reported by Myles Che) 332 333 o [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?!?) 334 o [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] 335 o [wdi] why does embedded.h gets rebuilt on wdi changes? [FIXED (use modification, not creation time): 2011.01.21] 334 336 o [zadig] why do these all these control look SO UGLY compared to what MSVC promises? [FIXED ("ooh, shiny!!"): 2010.05.28] 335 337 o [zadig] the font in device selection still looks 3.1ish... [FIXED: 2010.05.31] … … 438 440 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] 439 441 o -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 442 o follow libusb's calling convention changes... or not... 441 443 o fix the bugs and get a 1.0 release already!! [DONE!: 2010.09.01] 442 444 o zadig (GUI app) … … 525 527 o move notifications into libwdi too? [NAH: 2010.07.26] 526 528 o 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 529 o API call to install a certificate, for no prompt static inf installation [DONE: 2011.01.20] 530 o document the above, and provide a detailed guide on how to use libwdi for no-prompt install of an external driver package 528 531 o enable the use of installer.exe as a standalone with args from cmdline instead of pipe (v2?) 529 532 o enable the use of MS's dpinst.exe in lieu of the installer (v2)