From 97f907712f7743f6c192b259c85649197f00f1f6 Mon Sep 17 00:00:00 2001 From: Mike Date: Tue, 25 Jul 2023 21:36:46 +0200 Subject: [PATCH] Fix for AOKZOE A1 --- src/devices/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/mod.rs b/src/devices/mod.rs index 13d4f45..e2fa859 100644 --- a/src/devices/mod.rs +++ b/src/devices/mod.rs @@ -40,7 +40,7 @@ pub fn create_device() -> Option> { // 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