Changes between Version 15 and Version 16 of windows_backend_activity_log
- Timestamp:
- 02/04/10 01:32:43 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend_activity_log
v15 v16 54 54 o HID API backend [DONE: 2010.01.26] 55 55 o API transition for core integration (interface -> usb_interface) [DONE: 2010.01.28] 56 o provide /MT version of pthread-win32 precompiled binaries 56 o provide /MT version of pthread-win32 precompiled binaries [DONE: 2010.02.02] 57 57 o official release completion work: 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 60 - go over TODOs and address the ones that can be addressed for first release [DO] 61 - write a detailed guide for manual installation of the WinUSB driver 61 62 - write some detailed notes for pthread-win32 integration on project page 62 - write a detailed guide for manual installation of the WinUSB driver63 63 - edit relevant text files from core 64 64 … … 70 70 o drop the DDK requirement [DONE: 2010.01.20] 71 71 o trace the query for HID input reports on Linux 72 o use CancelIoEx where available 72 o use CancelIoEx where available [DONE: 2010.02.03] 73 73 o split windows_usb.c into main + backend files 74 74 o improved xusb … … 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 118 }}}