Changes between Version 249 and Version 250 of windows_backend_activity_log
- Timestamp:
- 02/02/11 17:52:22 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v249 v250 259 259 o _close() doesn't relinquish the fds obtained with _open_osfhandle() (reported by Stephano Antonelli) [FIXED: 2010.11.12] 260 260 o WinUSB's 5 sec control timeout default (reported by Graeme Gil) 261 o repeat edly replugging an USB mouse while looping on init/open/exit for a different device results in "Unknown Device" being reported for the mousein device manager (reported by Stephano Antonelli)261 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) 262 262 o PyUSB can't use an stdcall libusb [FIXED: 2011.01.17] 263 263 o invalid handle errors on cygwin (reported by Xiaofan) [FIXED: 2011.01.18 - need to contact cygwin guys] … … 279 279 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] 280 280 o [topo] usb key doesn't get proper topology data when plugged on Dell hub 281 o [hp] libusb_exit crashes after free device list (reported by Phong Truong 2011.01.27) 281 o [hp] libusb_exit crashes after free device list (reported by Phong Truong 2011.01.27) [USER CODE ISSUE: 2011.02.02] 282 o [hp] double alloc of ctx during init (from investigating issue above) [FIXED: 2011.02.02] 282 283 o [wdi] "Warning: .stabs: description field too big, try a different debug format" on MinGW-32 [FIXED (disable -g): 2010.03.24] 283 284 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]