Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

device-power: Update ON/OFF states in POWER_STATE #83

Merged
merged 1 commit into from
Dec 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/srvgrp-device-power.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ encoding for the power state.
! Description

! 0x0000
! ON with POWER_STATE[16] = 0
! ON

! 0x0001
! _Reserved_ and must be `0`.
Expand All @@ -104,7 +104,7 @@ encoding for the power state.
! _Reserved_ and must be `0`.

! 0x0003
! OFF with POWER_STATE[16] = 1
! OFF

! 0x0004 - 0x0FFF
! _Reserved_ and must be `0`.
Expand Down
Loading