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

Make Windows auto-install WinUSB driver. #165

Merged
merged 2 commits into from May 11, 2016
Merged

Make Windows auto-install WinUSB driver. #165

merged 2 commits into from May 11, 2016

Commits on Apr 9, 2016

  1. Make Windows auto-install WinUSB driver.

    Apply the Windows Compatible ID descriptor to the CDC interfaces
    as well as the vendor-class interface. It seems that Windows will
    only automatically install the driver if *all* interface of the device
    have the WCID descriptor set to WINUSB.
    
    This will prevent the CDC serial console interface from working on
    Windows.
    
    Bumps the bcdDevice so Windows machines that have cached the descriptors
    will re-load them.
    kevinmehall committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    582cbe3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2016

  1. Adds extended WinUSB descriptor.

    tcr committed May 1, 2016
    Configuration menu
    Copy the full SHA
    de4f613 View commit details
    Browse the repository at this point in the history