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