v2023020002.1.0
·
91 commits
to refs/heads/release/202302
since this release
What's Changed
🚀 Features & ✨ Enhancements
-
UefiHidDxe: Change HID descriptor read algorithm @joschock (#339)
Change Details
Resolves #338
Description
Updates the algorithm used to read the HID descriptor from HID devices. Empirical testing indicates that some devices do not support reading the HID descriptor via the class-specific Get_Report() method described in USB HID 1.11. This changes the HID read to read the entire configuration descriptor and parse the HID descriptor out of the larger structure, and gives compatibility with a broader range of devices.
- Impacts functionality?
Supports a broader range of devices. - Impacts security?
- Breaking change?
- Includes tests?
- Includes documentation?
How This Was Tested
Verified against emulated USB devices in QEMU.
Integration Instructions
N/A
- Impacts functionality?
Full Changelog: v2023020002.0.4...v2023020002.1.0