OpenDevicePartnership / OpenDevicePartnership/patina
[Feature]: Convert the HID Rust Driver to a Patina Component
@joschock is already working on this.
Since May 27, 2026.
- Dominant language
- Rust
- Stars
- 544
- Forks
- 54
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 30
Description
Feature Overview
There are a few Rust drivers in the mu_plus repo, primarily UefiHidDxe, UefiHidDxev2 and their dependencies, that were written pre-Patina components and as such do not fit the model Patina expects to execute drivers.
Solution Overview
These should be ported to Patina components, while leaving the existing drivers in mu_plus because platforms did ship with them; however, these original drivers should be marked as deprecated. Users of Patina should consume the new components.
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
Someone else needs to implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.