Skip to content

Conversation

@wmmc88
Copy link
Collaborator

@wmmc88 wmmc88 commented Feb 19, 2025

This pull request introduces several changes to add support for USB APIs from the Windows Driver Kit (WDK) build system. The most important changes include adding a new API subset for USB, updating configuration to handle USB headers, and updating various Cargo.toml files to include the new usb feature.

Enhancements for USB driver support:

Configuration updates:

Cargo.toml updates:

  • crates/wdk-sys/Cargo.toml: Added usb feature.
  • examples/sample-kmdf-driver/Cargo.toml, examples/sample-umdf-driver/Cargo.toml, examples/sample-wdm-driver/Cargo.toml: Added usb dependency. [1] [2] [3]

@wmmc88 wmmc88 requested review from a team and Copilot February 19, 2025 06:31
@wmmc88 wmmc88 self-assigned this Feb 19, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.

@wmmc88 wmmc88 requested a review from Copilot February 19, 2025 07:04
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 5 out of 9 changed files in this pull request and generated no comments.

Files not reviewed (4)
  • crates/wdk-sys/Cargo.toml: Evaluated as low risk
  • examples/sample-kmdf-driver/Cargo.toml: Evaluated as low risk
  • examples/sample-wdm-driver/Cargo.toml: Evaluated as low risk
  • examples/sample-umdf-driver/Cargo.toml: Evaluated as low risk

@wmmc88 wmmc88 added this pull request to the merge queue Feb 22, 2025
Merged via the queue into microsoft:main with commit f9752bd Feb 22, 2025
62 checks passed
@wmmc88 wmmc88 deleted the usb branch February 22, 2025 02:34
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

Successfully merging this pull request may close these issues.

3 participants