mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 09:52:00 -04:00
hardware: Detect ZOTAC Gaming Zone (Strix Point)
This commit is contained in:
parent
b926dbd50b
commit
8c4fe23781
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ pub(crate) async fn device_variant() -> Result<(DeviceType, String)> {
|
||||||
(DeviceType::LegionGoS, product_name.to_string())
|
(DeviceType::LegionGoS, product_name.to_string())
|
||||||
}
|
}
|
||||||
("Valve", _, "Jupiter" | "Galileo") => (DeviceType::SteamDeck, board_name.to_string()),
|
("Valve", _, "Jupiter" | "Galileo") => (DeviceType::SteamDeck, board_name.to_string()),
|
||||||
("ZOTAC", _, "G0A1W") => (DeviceType::ZotacGamingZone, board_name.to_string()),
|
("ZOTAC", _, "G0A1W" | "G1A1W") => (DeviceType::ZotacGamingZone, board_name.to_string()),
|
||||||
_ => (DeviceType::Unknown, String::from("unknown")),
|
_ => (DeviceType::Unknown, String::from("unknown")),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue