From d3aa86baf6c086c59dcab8791d94bec124ea1d40 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Fri, 11 Jun 2021 10:03:56 -0700 Subject: [PATCH] 1.0.28 - Enable automatic transition for darp6 There shouldn't be any issues with Open EC on the darp6 now, and this shouldn't have any noticeable harm while enabling things like the Keyboard Configurator to work without manual transition. --- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 6 ++++++ src/transition.rs | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 469cc59..2512391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "system76-firmware" -version = "1.0.27" +version = "1.0.28" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index b83c8a0..3a55c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "system76-firmware" -version = "1.0.27" +version = "1.0.28" authors = ["Jeremy Soller "] edition = "2018" diff --git a/debian/changelog b/debian/changelog index 697fdad..328f8bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +system76-firmware (1.0.28) hirsute; urgency=medium + + * Enable automatic transition to Open EC for darp6 + + -- Ian Douglas Scott Mon, 14 Jun 2021 14:15:23 -0700 + system76-firmware (1.0.27) hirsute; urgency=medium * Add thelio-mira-b1 diff --git a/src/transition.rs b/src/transition.rs index 2ed0cd1..8e6fe8e 100644 --- a/src/transition.rs +++ b/src/transition.rs @@ -1,7 +1,7 @@ // Make sure this is up to date with support article static TRANSITIONS: &'static [Transition] = &[ Transition::new("addw2", "PBx0Dx2", false), - Transition::new("darp6", "N150CU", false), // TODO: set liberate to true + Transition::new("darp6", "N150CU", true), // 17-inch 1660Ti Transition::new_variant("gaze15", 0, "NH5xDC", false), // 15-inch 1660Ti