We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f21bd commit 6144829Copy full SHA for 6144829
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
## Unreleased - ReleaseDate
4
+### Added
5
+- `registers::Doorbell` as an alias of `registers::doorbell::Doorbell`. ([#170])
6
+
7
### Changed
8
- `registers::Capability` now has read-only accessors instead of read-write ones. ([#167])
9
- `registers::doorbell::Register` is renamed to `registers::doorbell::Doorbell`. The former still exists, but is deprecated now. ([#167])
@@ -201,4 +204,5 @@
201
204
### Added
202
205
- Initial version.
203
206
-[#167]: https://github.com/rust-osdev/xhci/pull/167
207
+[#170]: https://github.com/rust-osdev/xhci/pull/170
208
+[#167]: https://github.com/rust-osdev/xhci/pull/167
0 commit comments