Skip to content

Commit 5b7941c

Browse files
committed
GpuVendor: Add Nvidia GN22 ID
``` > sudo framework_tool --expansion-bay Expansion Bay Enabled: true No fault: true Door closed: true Board: DualInterposer Serial Number: FRAKJECP8250000000 Config: Pcie8x1 Vendor: NvidiaGn22 Expansion Bay EEPROM Valid: true HW Version: 4.0 ``` Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 5cc2324 commit 5b7941c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

framework_lib/src/chromium_ec/commands.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,7 @@ pub enum GpuVendor {
14261426
GpuAmdR23M = 0x02,
14271427
SsdHolder = 0x03,
14281428
PcieAccessory = 0x4,
1429+
NvidiaGn22 = 0x5,
14291430
}
14301431

14311432
#[repr(C, packed)]

0 commit comments

Comments
 (0)