Changes between Version 17 and Version 18 of windows_backend_activity_log
- Timestamp:
- 02/08/10 02:11:22 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v17 v18 5 5 o detect driverless devices during enum for future automated WinUSB driver addon 6 6 - conn_info.CurrentConfigurationValue false => priv->driver = "no_driver" [DONE: 2009.12.14] 7 - check errorcode from SetupDi 7 - check errorcode from SetupDi [DONE: 2010.02.06] 8 8 o actually read active configuration from conn_info [DONE: 2009.12.15] 9 9 o comment the inf with regards to CoInstallers' choice and add provision for Multiple Interfaces (MI_##) [DONE: 2010.01.08] … … 58 58 - merge the concurrency branch back into master [DONE: 2010.01.30] 59 59 - break down core patches and post them for review [DONE: 2010.01.31] 60 - go over TODOs and address the ones that can be addressed for first release [DO ]60 - go over TODOs and address the ones that can be addressed for first release [DONE: 2010.02.07] 61 61 - write a detailed guide for manual installation of the WinUSB driver 62 62 - write some detailed notes for pthread-win32 integration on project page … … 115 115 o the compatibility layer's poll() conflicts with cygwin's poll() [FIXED: 2010.01.28] 116 116 o _beginthreadex is not available on cygiwn [FIXED (fallback to CreateThread): 2010.01.30] 117 o <7 bytes HID items packets are being rejected 117 o <7 bytes HID items packets are being rejected [FIXED: 2010.02.07] 118 118 o unable to select WinUSB interface > 0 for non composite devices [FIXED (Dave C.): 2010.01.06] 119 o 2 bytes control transfers fail when using HidD_GetInputReport (CRC error) 120 o Xiaofan's issues with HID 119 121 }}}