diff --git a/asusd/src/daemon.rs b/asusd/src/daemon.rs index 696483bd..0eae0326 100644 --- a/asusd/src/daemon.rs +++ b/asusd/src/daemon.rs @@ -88,7 +88,7 @@ async fn start_daemon() -> Result<(), Box> { Ok(registry) => { info!("attribute on zbus initialized"); registry - }, + } Err(e) => { error!("Failed to initialize firmware attributes over zbus: {e:?}"); ArmouryAttributeRegistry::default() @@ -141,7 +141,7 @@ async fn start_daemon() -> Result<(), Box> { } let _ = DeviceManager::new(server.clone()).await?; - + info!("DeviceManager initialized"); // Request dbus name after finishing initalizing all functions diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index 65a28da7..b47545ad 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -89,6 +89,15 @@ advanced_type: r#None, power_zones: [Keyboard], ), + ( + device_name: "FX607J", + product_id: "", + layout_name: "fa506i", + basic_modes: [Static, Breathe, Pulse], + basic_zones: [], + advanced_type: r#None, + power_zones: [Keyboard], + ), ( device_name: "FX617X", product_id: "",