forked from NG-SD-Plugins/PowerTools
Improve AMD 6800 handheld detection
This commit is contained in:
parent
e0ddee9e07
commit
5b0f818323
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
use std::default::Default;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::default::Default;
|
||||
|
||||
/// Base JSON limits information
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
|
@ -131,7 +131,7 @@ impl Default for Base {
|
|||
name: "AMD R7 6800U".to_owned(),
|
||||
conditions: super::Conditions {
|
||||
dmi: None,
|
||||
cpuinfo: Some("model name\t+: AMD Ryzen 7 6800U\n".to_owned()),
|
||||
cpuinfo: Some("model name\t+: AMD Ryzen 7 6800U( with Radeon Graphics)?\n".to_owned()),
|
||||
os: None,
|
||||
command: None,
|
||||
file_exists: None,
|
||||
|
|
|
@ -214,7 +214,7 @@
|
|||
"name": "AMD R7 6800U",
|
||||
"conditions": {
|
||||
"dmi": null,
|
||||
"cpuinfo": "model name\t+: AMD Ryzen 7 6800U\n",
|
||||
"cpuinfo": "model name\t+: AMD Ryzen 7 6800U( with Radeon Graphics)?\n",
|
||||
"os": null,
|
||||
"command": null,
|
||||
"file_exists": null
|
||||
|
|
Loading…
Reference in a new issue