mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Adjust G513Q support to match device specs
This commit is contained in:
@@ -105,7 +105,10 @@ impl LedSupportFile {
|
||||
return config.clone();
|
||||
}
|
||||
}
|
||||
warn!("the aura_support.ron file has no entry for this model: {device_name}, {product_id}. Using a default");
|
||||
warn!(
|
||||
"the aura_support.ron file has no entry for this model: {device_name}, {product_id}. \
|
||||
Using a default"
|
||||
);
|
||||
LedSupportData {
|
||||
device_name: device_name.to_owned(),
|
||||
product_id: product_id.to_owned(),
|
||||
|
||||
Reference in New Issue
Block a user