Changes between Version 252 and Version 253 of windows_backend_activity_log
- Timestamp:
- 03/09/11 12:27:08 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v252 v253 263 263 o repeat replugs of USB mouse while looping on init/open/exit for a different device results in "Unknown Device" being reported in device manager (reported by Stephano Antonelli) 264 264 o PyUSB can't use an stdcall libusb [FIXED: 2011.01.17] 265 o invalid handle errors on cygwin (reported by Xiaofan) [FIXED: 2011.01.18 - need to contact cygwin guys]265 o invalid handle errors on cygwin and MinGW due to non C99 compliant OVERLAPPED (reported by Xiaofan) [FIXED: 2011.01.18 / FIXED (MinGW winapi): 2011.03.06] 266 266 o LVR test program for WinUSB test device times out on second run (reported by Xiaofan - see mails from 2011.01.20) 267 267 o calling init twice with different context returns -99 (reported by Konrad Rosenbaum) [FIXED: 2011.01.20] … … 270 270 o pipe error after bootloader restart/fw upgrade on Win64 (reported by D Sigma, 2011.01.27) 271 271 o sending a set config from WinUSB is a bad idea after all, even for default config (reported by Xiaofan, 2011.01.20) [FIXED: 2011.02.21] 272 o latest MinGW32 doesn't build a libusb that works. Also some issues on some Win64 machines (reported by Dave Camarillo , 2011.03.03272 o latest MinGW32 doesn't build a libusb that works. Also some issues on some Win64 machines (reported by Dave Camarillo) [FIXED: 2011.03.03] 273 273 o [enum] htab_hash() still does not return a unique value [FIXED: 2010.10.14] 274 274 o [enum] warning messages during GEN might attempt to reference the device interface path [FIXED: 2010.10.27] … … 283 283 o [enum] HID interfaces might have more than 2 parents to get to an ancestor we can recognize (reported by Phong Truong) [FIXED: 2010.12.01] 284 284 o [enum] memory leaks when create device list is called again while a device is open [FIXED: 2011.03.02] 285 o [enum] some hubs are not being listed and other devices get wrong bus:address [FIXED: 2011.03.08] 285 286 o [topo] usb key doesn't get proper topology data when plugged on Dell hub 286 287 o [hp] libusb_exit crashes after free device list (reported by Phong Truong 2011.01.27) [USER CODE ISSUE: 2011.02.02] … … 541 542 o API call to install a certificate, for no prompt static inf installation [DONE: 2011.01.20] 542 543 o document the above, and provide a detailed guide on how to use libwdi for no-prompt install of an external driver package 544 o that DDK batch script from libusbK sure looks nice... 543 545 o enable the use of installer.exe as a standalone with args from cmdline instead of pipe (v2?) 544 546 o enable the use of MS's dpinst.exe in lieu of the installer (v2)