Changes between Version 35 and Version 36 of windows_backend_activity_log
- Timestamp:
- 03/05/10 01:23:11 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v35 v36 87 87 - vid/pid specification as args [DONE: 2010.01.28] 88 88 - more generic HID [DONE: 2010.02.06] 89 - default help and allow vid:pid single arg for strings only report 89 90 - add output report test to HID and allow endpoint selection 90 91 - threaded xusb … … 133 134 o <7 bytes HID items packets are being rejected [FIXED: 2010.02.07] 134 135 o unable to select WinUSB interface > 0 for non composite devices [FIXED (Dave C.): 2010.01.06] 135 o 2 bytes control transfers fail when using HidD_GetInputReport ("a device attached to the system is not function ning") [DROPPED: 2010.02.11]136 o 2 bytes control transfers fail when using HidD_GetInputReport ("a device attached to the system is not functioning") [DROPPED: 2010.02.11] 136 137 likely to be due to http://msdn.microsoft.com/en-us/library/ms789883.aspx: 137 138 "In addition, some devices might not support HidD_GetInputReport, and will become unresponsive if this routine is used." … … 151 152 o "[_hid_get_feature] error Windows error code 4294967291" error with the new getfeature code for HID devices without feature reports [FIXED: 2010.02.25] 152 153 o these "program assertion failed - WinUSB interface 0 found at position 1" messages (Jere, Xiaofan) 154 o Xiaofan's issue with libtool [FIXED (needed ln -s instead of cp -p): 2010.03.04] 155 o cached devices shouldn't be unref'd in enumerate (Travis Robinson) [FIXED: 2010.03.04] 153 156 }}}