Skip to content

Commit 71164c1

Browse files
authored
Merge pull request #96 from toku-sa-n/xhci
Add an entry for the `xhci` crate
2 parents 09c8c74 + bd68c87 commit 71164c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = 0000-01-01
66
month = "April 2022"
77
authors = [
88
"phil-opp",
9+
"toku-sa-n",
910
# add yourself here
1011
]
1112
+++
@@ -38,6 +39,12 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
3839

3940
In April, …
4041

42+
### [`xhci`](https://github.com/rust-osdev/xhci)
43+
44+
The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
45+
46+
In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and committed by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!.
47+
4148
## Call for Participation
4249

4350
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)