Skip to content

Commit

Permalink
Fix for AOKZOE A1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maclay74 committed Jul 25, 2023
1 parent 5442d4f commit 97f9077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pub fn create_device() -> Option<Box<dyn Device>> {

// AOKZOE A1
"AMD Ryzen 7 6800U with Radeon Graphics AOKZOE AOKZOE A1 AR07" => {
Some(Box::new(DeviceGeneric::new(18)))
Some(Box::new(DeviceGeneric::new(28)))
}

// Any other device
Expand Down

0 comments on commit 97f9077

Please sign in to comment.