Changes between Version 14 and Version 15 of windows_backend
- Timestamp:
- 12/17/09 02:30:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
windows_backend
v14 v15 31 31 * For convenience reasons, the development toolchain used for the Windows backend is [http://www.mingw.org MinGW] and the target for the first stable release will be Vista and later Windows versions. 32 32 * The method of dealing with USB devices in the first release will be [http://msdn.microsoft.com/en-us/library/aa476426.aspx WinUSB] only, with some provisions for HID and kernel driver access to be included later. 33 * Windows' handling of multiple interfaces is done through the MI part of the driver (VID_####&PID_####&MI_##), effectively requiring separate drivers to be installed for a device with multiple interfaces (see "2. How Windows handles a composite device" at [http://www.cygnal.org/ubb/Forum9/HTML/001050.html])33 * Windows' handling of multiple interfaces is currently done with a single WinUSB device, that replaces the usbccgp.sys driver (Composite Generic Parent) rather than through the MI parts of the latter (VID_####&PID_####&MI_##). We might use separate WinUS drivers for each interface along with usbccgp if we can figure an easy way to do so. For more info, see "2. How Windows handles a composite device" at [http://www.cygnal.org/ubb/Forum9/HTML/001050.html]. 34 34 35 35 == Current Issues ==