Changes between Version 6 and Version 7 of windows_backend_activity_log
- Timestamp:
- 01/22/10 19:32:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v6 v7 90 90 o dpfp warnings during autogen (MinGW/cygwin) 91 91 o "WARNING: unrecognized options: --enable-maintainer-mode" during autogen (MinGW/cygwin) 92 o Current warning set does not pick signed <-> unsigned conversions [FIXED (DDK build will pick 'em): 2010.01.20]92 o current warning set does not pick signed <-> unsigned conversions [FIXED (DDK build will pick 'em): 2010.01.20] 93 93 o SPDRP_SERVICE sure doesn't work for MI_## members of HID composite devices. And of course "DeviceInterfaceGUIDs" doesn't apply to HID composite either. [FIXED using HID IF GUID: 2010.01.20] 94 94 o Should "usbaudio" devices be picked as HID? How many more non-pickable GUIDs should we add? [pointless, since we can't handle audio as HID => DROPPED: 2010.01.21] 95 95 o libusb-win32's _hid_get_string_descriptor is missing the 2 byte header [FIXED: 2010.01.20] 96 96 o Xiaofan's "linker path does not have real file for library" error on cygwin 97 o cancelling transfers after a timeout leads to an infinite wait on the remaining fds (is this an issue in core?) 97 98 }}}