ja-rule
ja-rule copied to clipboard
Get Windows USB working
http://msdn.microsoft.com/en-us/library/windows/hardware/hh450799.aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff537430.aspx http://msdn.microsoft.com/en-us/windows/hardware/gg463179 http://blogs.msdn.com/b/usbcoreblog/archive/2009/10/31/how-does-usb-stack-enumerate-a-device.aspx
Notes from IRC:
- make sure to implement the device according to the MSFT spec they call "WinUSB Device"
- it requires one string descriptor with a binary structure MSFT calls "Microsoft OS Descriptor" or MOD, along with one control request to pass back another data structure described by them
- Is this similar to what FadeCandy has? yes, but don't spread the WCID disease . That's a made-up term for the MSFT concept used with WinUSB Device
Is this in reference to the Number 1 side or the OLA driver side?
The Number1 side