Changes between Version 249 and Version 250 of windows_backend_activity_log


Ignore:
Timestamp:
02/02/11 17:52:22 (2 years ago)
Author:
pbatard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • windows_backend_activity_log

    v249 v250  
    259259o _close() doesn't relinquish the fds obtained with _open_osfhandle() (reported by Stephano Antonelli) [FIXED: 2010.11.12] 
    260260o WinUSB's 5 sec control timeout default (reported by Graeme Gil) 
    261 o repeatedly replugging an USB mouse while looping on init/open/exit for a different device results in "Unknown Device" being reported for the mouse in device manager (reported by Stephano Antonelli) 
     261o 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) 
    262262o PyUSB can't use an stdcall libusb [FIXED: 2011.01.17] 
    263263o invalid handle errors on cygwin (reported by Xiaofan) [FIXED: 2011.01.18 - need to contact cygwin guys] 
     
    279279o [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] 
    280280o [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) 
     281o [hp] libusb_exit crashes after free device list (reported by Phong Truong 2011.01.27) [USER CODE ISSUE: 2011.02.02] 
     282o [hp] double alloc of ctx during init (from investigating issue above) [FIXED: 2011.02.02] 
    282283o [wdi] "Warning: .stabs: description field too big, try a different debug format" on MinGW-32 [FIXED (disable -g): 2010.03.24] 
    283284o [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]