Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Windows USB working #250

Open
nomis52 opened this issue Nov 11, 2015 · 2 comments
Open

Get Windows USB working #250

nomis52 opened this issue Nov 11, 2015 · 2 comments

Comments

@nomis52
Copy link
Member

nomis52 commented Nov 11, 2015

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
@nightrune
Copy link

Is this in reference to the Number 1 side or the OLA driver side?

@nomis52
Copy link
Member Author

nomis52 commented Mar 5, 2016

The Number1 side

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants