mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 01:41:59 -04:00
Turn galileo detection into generalized model detection
This commit is contained in:
parent
ebd89f4f72
commit
3565886d3f
3 changed files with 112 additions and 31 deletions
|
@ -21,6 +21,7 @@ use crate::sls::ftrace::Ftrace;
|
|||
use crate::sls::{LogLayer, LogReceiver};
|
||||
|
||||
mod ds_inhibit;
|
||||
mod hardware;
|
||||
mod manager;
|
||||
mod sls;
|
||||
|
||||
|
@ -117,7 +118,7 @@ async fn reload() -> Result<()> {
|
|||
}
|
||||
|
||||
async fn create_connection() -> Result<Connection> {
|
||||
let manager = manager::SMManager::new()?;
|
||||
let manager = manager::SMManager::new().await?;
|
||||
|
||||
ConnectionBuilder::system()?
|
||||
.name("com.steampowered.SteamOSManager1")?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue