Skip to content

Commit b8d61f3

Browse files
committed
Add xhci updates
1 parent 549787c commit b8d61f3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

content/this-month/2022-05/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,18 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3838

3939
In May, …
4040

41+
### [`xhci`](https://github.com/rust-osdev/xhci)
42+
43+
<span class="maintainers">Maintained by [@toku-sa-n](https://github.com/toku-sa-n)</span>
44+
45+
The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
46+
47+
We merged the following fix this month:
48+
49+
- [fix(StructuralParameters2): Bit range in `max_scratchpad_buffers_hi`](https://github.com/rust-osdev/xhci/pull/134) <span class="gray">([published](https://github.com/rust-osdev/xhci/pull/135) as `v0.8.4`)</span>
50+
51+
Thanks to [@Yuna-Tomi](https://github.com/Yuna-Tomi) for this contribution!
52+
4153
## Call for Participation
4254

4355
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding

0 commit comments

Comments
 (0)