diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe9a2e0..a6cff4e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove some `todo()` in rogcc - Add missing `#[zbus(property)]` derive to Slash dbus properties +- Match G533Q laptop explicitly to the 0x8166 PID ## [v6.0.3] diff --git a/asusd/src/ctrl_aura/controller.rs b/asusd/src/ctrl_aura/controller.rs index 017c6087..16ec28b0 100644 --- a/asusd/src/ctrl_aura/controller.rs +++ b/asusd/src/ctrl_aura/controller.rs @@ -143,6 +143,9 @@ impl CtrlKbdLed { devices.push(ctrl); } } + } else { + let dmi = DMIID::new().unwrap_or_default(); + warn!("No asus::kbd_backlight found for {} ??", dmi.product_family); } info!("Found {} Aura devices", devices.len()); diff --git a/rog-aura/data/aura_support.ron b/rog-aura/data/aura_support.ron index b3dc810f..c3f2886f 100644 --- a/rog-aura/data/aura_support.ron +++ b/rog-aura/data/aura_support.ron @@ -199,7 +199,7 @@ ), ( device_name: "G533Q", - product_id: "", + product_id: "1866", layout_name: "g533q-per-key", basic_modes: [Static, Breathe, Strobe, Rainbow, Star, Rain, Highlight, Laser, Ripple, Pulse, Comet, Flash], basic_zones: [], @@ -818,4 +818,4 @@ advanced_type: None, power_zones: [Keyboard], ), -]) \ No newline at end of file +]) diff --git a/rog-control-center/translations/en/rog-control-center.po b/rog-control-center/translations/en/rog-control-center.po index 34fd97de..031ca96a 100644 --- a/rog-control-center/translations/en/rog-control-center.po +++ b/rog-control-center/translations/en/rog-control-center.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-05-08 21:32+0000\n" +"POT-Creation-Date: 2024-05-08 21:34+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"