Skip to content

Commit

Permalink
chromium_ec: Add other dGPU board ID
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Schaefer <[email protected]>
  • Loading branch information
JohnAZoidberg committed Oct 27, 2023
1 parent 9c6a2c8 commit dd0a6a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework_lib/src/chromium_ec/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ impl EcResponseExpansionBayStatus {
match (self.board_id_1, self.board_id_0) {
(BOARD_VERSION_12, BOARD_VERSION_12) => Some(ExpansionBayBoard::DualInterposer),
(BOARD_VERSION_11, BOARD_VERSION_15) => Some(ExpansionBayBoard::SingleInterposer),
(BOARD_VERSION_13, BOARD_VERSION_15) => Some(ExpansionBayBoard::SingleInterposer),
(BOARD_VERSION_15, BOARD_VERSION_15) => None,
_ => Some(ExpansionBayBoard::Invalid),
}
Expand Down

0 comments on commit dd0a6a8

Please sign in to comment.