mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-01-22 09:23:19 +01:00
Update readme, slash configs
This commit is contained in:
@@ -12,7 +12,7 @@ pub struct DMIID {
|
||||
pub bios_vendor: String,
|
||||
pub bios_version: String,
|
||||
pub product_family: String,
|
||||
pub product_name: String,
|
||||
pub product_name: String
|
||||
}
|
||||
|
||||
impl DMIID {
|
||||
@@ -77,7 +77,7 @@ impl DMIID {
|
||||
product_name: device
|
||||
.attribute_value("product_name")
|
||||
.map(|s| s.to_string_lossy().to_string())
|
||||
.unwrap_or("Unknown".to_string()),
|
||||
.unwrap_or("Unknown".to_string())
|
||||
});
|
||||
}
|
||||
Err("dmi not found".into())
|
||||
|
||||
Reference in New Issue
Block a user